Compartilhar via


estrutura BTH_LE_GATT_DESCRIPTOR (bthledef.h)

A estrutura BTH_LE_GATT_DESCRIPTOR descreve um descritor de perfil gatt (atributo genérico LE) bluetooth de baixa energia.

Sintaxe

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;

Membros

ServiceHandle

O identificador para o serviço de perfil GATT bluetooth LE.

CharacteristicHandle

O identificador para a característica do perfil GATT do Bluetooth LE.

DescriptorType

O tipo do descritor BLUETOOTH LE GATT.

DescriptorUuid

A ID Universalmente Exclusiva (UUID) do descritor BLUETOOTH LE GATT.

AttributeHandle

O identificador para os atributos de perfil GATT do Bluetooth LE.

Requisitos

Requisito Valor
Cliente mínimo com suporte Versions:_Supported no Windows 8
Cabeçalho bthledef.h (inclua BthLEDef.h)

Confira também

BTH_LE_GATT_DESCRIPTOR_TYPE

BTH_LE_UUID

BluetoothGATTGetDescriptorValue

BluetoothGATTGetDescriptors

BluetoothGATTSetDescriptorValue