TwclGattDescriptor Record

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

Namespace: wclBluetooth
type
 TwclGattDescriptor = record
 end;

The TwclGattDescriptor type exposes the following members.

Show:
 NameDescription
CharacteristicHandle

The handle to the Bluetooth LE GATT profile characteristic.

DescriptorType

The type of the Bluetooth LE GATT descriptor.

Handle

The handle to the Bluetooth LE GATT profile attributes.

ServiceHandle

The handle to the Bluetooth LE GATT profile service.

Uuid

The Universally Unique ID (UUID) of the Bluetooth LE GATT descriptor.

Top