Bluetooth Framework C++ Edition

◆ AfterConnect()

virtual void AfterConnect ( CwclBluetoothGattServerClientParams *const  Params)
protectedvirtual

The method called right after client connected.

Parameters
ParamsThe additional driver-specific parameters that can be used during client initialization. Can be nil if the driver specific implementation does not need this.

A derived class may override this method to provide additional initialization after the client connected to a GATT server.

See also
CwclBluetoothGattServerClientParams