TwclBluetoothLeConnectionParametersValue Record

The structure represets the Bluetooth LE GATT preferred connection parameters.

Namespace: wclBluetooth
type
 TwclBluetoothLeConnectionParametersValue = record
 end;

The TwclBluetoothLeConnectionParametersValue type exposes the following members.

Show:
 NameDescription
Latency

The connection latency.

LinkTimeout

The connection link supervision timeout.

MaxInterval

The maximum connection inverval.

MinInterval

The minimum connection inverval.

Top