Bluetooth Framework C++ Edition

◆ AfterSubscribed()

virtual void AfterSubscribed ( CwclGattLocalCharacteristic *const  Characteristic)
protectedvirtual

The method called right after the client subscribed to a characteristic.

Parameters
CharacteristicA CwclGattLocalCharacteristic object represents the subscribed characteristic.

A derived class may override this method to provide additional initialization after client subscribed to the characteristic.

See also
CwclGattLocalCharacteristic