TwclGattClientConnection.GetConnectionPhyInfo(TwclBluetoothLeConnectionPhy) Method

Reads the Bluetooth LE physical layer (PHY) information.

Namespace: wclBluetooth
public
 function GetConnectionPhyInfo(
 out Info: TwclBluetoothLeConnectionPhy): Integer;

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.

This feature is supported on Windows 11 and above.