共用方式為


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 描述元的通用唯一標識碼 (UUID) 。

AttributeHandle

藍牙 LE GATT 設定檔屬性的句柄。

規格需求

需求
最低支援的用戶端 Windows 8 中的版本:_Supported
標頭 bthledef.h (包含 BthLEDef.h)

另請參閱

BTH_LE_GATT_DESCRIPTOR_TYPE

BTH_LE_UUID

BluetoothGATTGetDescriptorValue

BluetoothGATTGetDescriptors

BluetoothGATTSetDescriptorValue