TwclGattClientConnection.HalSetConnectionParams(TwclBluetoothLeConnectionParametersValue) Method

Implements a hardware-dependent code to request the connection parameters change to the specified preferred connection parameters.

Namespace: wclBluetooth
protected
 function HalSetConnectionParams(
 const Params: TwclBluetoothLeConnectionParametersValue): Integer; overload; virtual; abstract;

Parameters

Params
Type: TwclBluetoothLeConnectionParametersValue

The preferred Bluetooth LE connection parameters value.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method.