BTH_LE_GATT_DESCRIPTOR-Struktur (bthledef.h)
Die BTH_LE_GATT_DESCRIPTOR-Struktur beschreibt einen GATT-Profildeskriptor (Bluetooth Low Energy) (LE).
Syntax
typedef struct _BTH_LE_GATT_DESCRIPTOR {
USHORT ServiceHandle;
USHORT CharacteristicHandle;
BTH_LE_GATT_DESCRIPTOR_TYPE DescriptorType;
BTH_LE_UUID DescriptorUuid;
USHORT AttributeHandle;
} BTH_LE_GATT_DESCRIPTOR, *PBTH_LE_GATT_DESCRIPTOR;
Member
ServiceHandle
Das Handle für den Bluetooth LE GATT-Profildienst.
CharacteristicHandle
Das Handle zum Bluetooth LE GATT-Profilmerkmal.
DescriptorType
Der Typ des Bluetooth LE GATT-Deskriptors.
DescriptorUuid
Die Universally Unique ID (UUID) des Bluetooth LE GATT-Deskriptors.
AttributeHandle
Das Handle für die Bluetooth LE GATT-Profilattribute.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Versionen:_Supported in Windows 8 |
Kopfzeile | bthledef.h (include BthLEDef.h) |