TwclGattLocalCharacteristicParameters Record

The structure represents a GATT local characteristic parameters.

Namespace: wclBluetooth
type
 TwclGattLocalCharacteristicParameters = record
 end;

The TwclGattLocalCharacteristicParameters type exposes the following members.

Show:
 NameDescription
Descriptors

Custom descriptors.

PresentationFormats

The characteristic's presentation formats.

Props

The characteristic's properties.

ReadProtectionLevel

The read protection level of a local characteristic.

UserDescription

The characteristic's user-friendly description.

WriteProtectionLevel

The write protection level of a local characteristic.

Top