Bluetooth Framework C++ Edition

◆ OnConnectionPhyChanged()

__event void OnConnectionPhyChanged ( void *  Sender,
CwclGattServerClient *const  Client 
)

The event fires when the connection PHY changed.

Parameters
SenderThe object initiates the event.
ClientThe CwclGattServerClient object that represents a GATT server client.

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
CwclGattServerClient