TwclGattUuid Record

The structure contains information about a Bluetooth Low Energy (LE) Universally Unique Identifier (UUID).

Namespace: wclBluetooth
type
 TwclGattUuid = record
 end;

The TwclGattUuid type exposes the following members.

Show:
 NameDescription
IsShortUuid

Indicates if the Low Energy (LE) UUID a 16-bit shortened value, or if it is the long 128-bit value.

LongUuid

The long 128-bit value of the UUID. This member applies only if IsShortUuid is False.

ShortUuid

The short 16-bit value of the UUID. This member applies only if IsShortUuid is True.

Top