BTH_LE_GATT_SERVICE-Struktur (bthledef.h)
Die BTH_LE_GATT_SERVICE-Struktur beschreibt einen GATT-Profildienst (Generic Bluetooth Low Energy, LE).
Syntax
typedef struct _BTH_LE_GATT_SERVICE {
BTH_LE_UUID ServiceUuid;
USHORT AttributeHandle;
} BTH_LE_GATT_SERVICE, *PBTH_LE_GATT_SERVICE;
Member
ServiceUuid
Die Universally Unique ID (UUID) des Bluetooth LE GATT-Profildiensts.
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) |
Weitere Informationen
BluetoothGATTGetCharacteristics