TwclGattService Record

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

Namespace: wclBluetooth
type
 TwclGattService = record
 end;

The TwclGattService type exposes the following members.

Show:
 NameDescription
Handle

The handle to the Bluetooth LE GATT profile attributes.

Uuid

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

Top