Struct windows_sys::Win32::Devices::Bluetooth::BTH_LE_GATT_DESCRIPTOR
#[repr(C)]pub struct BTH_LE_GATT_DESCRIPTOR {
pub ServiceHandle: u16,
pub CharacteristicHandle: u16,
pub DescriptorType: BTH_LE_GATT_DESCRIPTOR_TYPE,
pub DescriptorUuid: BTH_LE_UUID,
pub AttributeHandle: u16,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields§
§ServiceHandle: u16
§CharacteristicHandle: u16
§DescriptorType: BTH_LE_GATT_DESCRIPTOR_TYPE
§DescriptorUuid: BTH_LE_UUID
§AttributeHandle: u16