Share via


estructura BTH_LE_GATT_DESCRIPTOR (bthledef.h)

La estructura de BTH_LE_GATT_DESCRIPTOR describe un descriptor de perfil de atributo genérico Bluetooth Low Energy (LE) (GATT).

Sintaxis

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;

Miembros

ServiceHandle

Identificador del servicio de perfil GATT de Bluetooth LE.

CharacteristicHandle

Identificador de la característica de perfil GATT de Bluetooth LE.

DescriptorType

Tipo del descriptor GATT de Bluetooth LE.

DescriptorUuid

Identificador único universal (UUID) del descriptor GATT de Bluetooth LE.

AttributeHandle

Identificador de los atributos de perfil gatt de Bluetooth LE.

Requisitos

Requisito Value
Cliente mínimo compatible Versiones:_Supported en Windows 8
Encabezado bthledef.h (incluya BthLEDef.h)

Consulte también

BTH_LE_GATT_DESCRIPTOR_TYPE

BTH_LE_UUID

BluetoothGATTGetDescriptorValue

BluetoothGATTGetDescriptors

BluetoothGATTSetDescriptorValue