Compartir a través de


estructura BTH_LE_GATT_SERVICE (bthledef.h)

La estructura de BTH_LE_GATT_SERVICE describe un servicio de perfil de atributo genérico Bluetooth Low Energy (LE) (GATT).

Sintaxis

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

Miembros

ServiceUuid

Identificador único universal (UUID) del servicio de perfil GATT de Bluetooth LE.

AttributeHandle

Identificador de los atributos de perfil gatt de Bluetooth LE.

Requisitos

Requisito Value
Cliente mínimo compatible Versiones:_Supported en Windows 8
Encabezado bthledef.h (incluya BthLEDef.h)

Consulte también

BTH_LE_UUID

BluetoothGATTGetCharacteristics

BluetoothGATTGetIncludedServices

BluetoothGATTGetServices