struttura BTH_LE_GATT_DESCRIPTOR (bthledef.h)
La struttura BTH_LE_GATT_DESCRIPTOR descrive un descrittore di profilo GATT (Bluetooth Low Energy).
Sintassi
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;
Members
ServiceHandle
Handle per il servizio profilo GATT Bluetooth LE.
CharacteristicHandle
Handle per la caratteristica del profilo GATT Bluetooth LE.
DescriptorType
Tipo del descrittore GATT Bluetooth LE.
DescriptorUuid
ID univoco universale (UUID) del descrittore GATT Bluetooth LE.
AttributeHandle
Handle per gli attributi del profilo GATT Bluetooth LE.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Versioni:_Supported in Windows 8 |
Intestazione | bthledef.h (include BthLEDef.h) |