TwclGattServerClient.AfterConnect(TwclBluetoothGattServerClientParams) Method

The method called right after client connected.

Namespace: wclBluetooth
protected
 procedure AfterConnect(
 const Params: TwclBluetoothGattServerClientParams); virtual;

Parameters

Params
Type: TwclBluetoothGattServerClientParams

The 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.