TwclGattClientConnection.HalGetConnectionPhyInfo(TwclBluetoothLeConnectionPhy) Method

Implements a hardware-dependent code to reads the Bluetooth LE physical layer (PHY) information.

Namespace: wclBluetooth
protected
 function HalGetConnectionPhyInfo(
 out Info: TwclBluetoothLeConnectionPhy): Integer; virtual; abstract;

Parameters

Info
Type: TwclBluetoothLeConnectionPhy

If the method completed with success on output contains the connection PHY information.

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.