BTH_LE_GATT_SERVICE 结构 (bthledef.h)

BTH_LE_GATT_SERVICE结构描述蓝牙低功耗 (LE) 泛型属性 (GATT) 配置文件服务。

语法

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

成员

ServiceUuid

蓝牙 LE GATT 配置文件服务的通用唯一 ID (UUID) 。

AttributeHandle

蓝牙 LE GATT 配置文件属性的句柄。

要求

要求
最低受支持的客户端 版本:Windows 8 中的_Supported
标头 bthledef.h (包括 BthLEDef.h)

另请参阅

BTH_LE_UUID

BluetoothGATTGetCharacteristics

BluetoothGATTGetIncludedServices

BluetoothGATTGetServices