다음을 통해 공유


BTH_LE_GATT_DESCRIPTOR 구조체(bthledef.h)

BTH_LE_GATT_DESCRIPTOR 구조는 BLUEtooth 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

Bluetooth LE GATT 프로필 서비스에 대한 핸들입니다.

CharacteristicHandle

Bluetooth LE GATT 프로필 특성에 대한 핸들입니다.

DescriptorType

Bluetooth LE GATT 설명자의 유형입니다.

DescriptorUuid

Bluetooth LE GATT 설명자의 UUID(유니버설 고유 ID)입니다.

AttributeHandle

Bluetooth LE GATT 프로필 특성에 대한 핸들입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 버전:Windows 8 _Supported
머리글 bthledef.h(BthLEDef.h 포함)

추가 정보

BTH_LE_GATT_DESCRIPTOR_TYPE

BTH_LE_UUID

BluetoothGATTGetDescriptorValue

BluetoothGATTGetDescriptors

BluetoothGATTSetDescriptorValue