Struct windows_sys::Win32::Devices::Bluetooth::BTH_LE_GATT_DESCRIPTOR_VALUE
#[repr(C)]pub struct BTH_LE_GATT_DESCRIPTOR_VALUE {
pub DescriptorType: BTH_LE_GATT_DESCRIPTOR_TYPE,
pub DescriptorUuid: BTH_LE_UUID,
pub Anonymous: BTH_LE_GATT_DESCRIPTOR_VALUE_0,
pub DataSize: u32,
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields§
§DescriptorType: BTH_LE_GATT_DESCRIPTOR_TYPE
§DescriptorUuid: BTH_LE_UUID
§Anonymous: BTH_LE_GATT_DESCRIPTOR_VALUE_0
§DataSize: u32
§Data: [u8; 1]