Partager via


structure BTH_LE_GATT_DESCRIPTOR (bthledef.h)

La structure BTH_LE_GATT_DESCRIPTOR décrit un descripteur de profil d’attribut générique (GATT) Bluetooth Low Energy (LE).

Syntaxe

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;

Membres

ServiceHandle

Handle du service de profil GATT Bluetooth LE.

CharacteristicHandle

Handle de la caractéristique de profil GATT Bluetooth LE.

DescriptorType

Type du descripteur BLUETOOTH LE GATT.

DescriptorUuid

ID unique universel (UUID) du descripteur Bluetooth LE GATT.

AttributeHandle

Handle des attributs de profil GATT Bluetooth LE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Versions :_Supported dans Windows 8
En-tête bthledef.h (inclure BthLEDef.h)

Voir aussi

BTH_LE_GATT_DESCRIPTOR_TYPE

BTH_LE_UUID

BluetoothGATTGetDescriptorValue

BluetoothGATTGetDescriptors

BluetoothGATTSetDescriptorValue