Bluetooth Framework C++ Edition

◆ OnConnectionParamsChanged()

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

The event fires when the connection parameters 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 GetConnectionParams method to get the current connection parameters.

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

See also
CwclGattServerClient