Bluetooth Framework C++ Edition
Public Attributes | List of all members
wclGattDescriptor Struct Reference

The structure describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile descriptor. More...

#include <wclBluetooth.h>

Public Attributes

unsigned short ServiceHandle
 The handle to the Bluetooth LE GATT profile service.
 
unsigned short CharacteristicHandle
 The handle to the Bluetooth LE GATT profile characteristic.
 
wclGattDescriptorType DescriptorType
 The type of the Bluetooth LE GATT descriptor.
 
wclGattUuid Uuid
 The Universally Unique ID (UUID) of the Bluetooth LE GATT descriptor.
 
unsigned short Handle
 The handle to the Bluetooth LE GATT profile attributes.
 

Detailed Description

The structure describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile descriptor.