Partager via


structure BTH_LE_GATT_SERVICE (bthledef.h)

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

Syntaxe

typedef struct _BTH_LE_GATT_SERVICE {
  BTH_LE_UUID ServiceUuid;
  USHORT      AttributeHandle;
} BTH_LE_GATT_SERVICE, *PBTH_LE_GATT_SERVICE;

Membres

ServiceUuid

ID unique universel (UUID) du service de profil GATT Bluetooth LE.

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_UUID

BluetoothGATTGetCharacteristics

BluetoothGATTGetIncludedServices

BluetoothGATTGetServices