Click or drag to resize

wclGattServerOnConnectionPhyChanged Event

The event fires when the connection PHY changed.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public event wclGattServerClientEvent OnConnectionPhyChanged

Value

wclGattServerClientEvent
Remarks

Once this event received an application can use the GetConnectionPhyInfo method to get the current connection parameters.

This feature is supported with Microsoft Bluetooth drivers on Windows 11 and above.

See Also