BTH_LE_GATT_DESCRIPTOR 结构 (bthledef.h)

BTH_LE_GATT_DESCRIPTOR 结构描述了蓝牙低功耗 (LE) 通用属性 (GATT) 配置文件描述符。

语法

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;

成员

ServiceHandle

蓝牙 LE GATT 配置文件服务的句柄。

CharacteristicHandle

蓝牙 LE GATT 配置文件特征的句柄。

DescriptorType

蓝牙 LE GATT 描述符的类型。

DescriptorUuid

蓝牙 LE GATT 描述符的通用唯一 ID (UUID) 。

AttributeHandle

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

要求

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

另请参阅

BTH_LE_GATT_DESCRIPTOR_TYPE

BTH_LE_UUID

BluetoothGATTGetDescriptorValue

BluetoothGATTGetDescriptors

BluetoothGATTSetDescriptorValue