Click or drag to resize

wclGattClientGetConnectionParams Method

Gets the current connection parameters.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int GetConnectionParams(
	out wclBluetoothLeConnectionParameters Params
)

Parameters

Params  wclBluetoothLeConnectionParameters
If the function completed with success on output contains the current connection parameters.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
This feature is supported with BLED112 dongle and with Microsoft Bluetooth drivers on Windows 11 and above.
See Also