BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::client_characteristic_configuration_update_callback< T, Obj > Struct Template Reference

callback to be called, if the client characteristic configuration has changed or was written. More...

#include <bluetoe/gatt_options.hpp>

Detailed Description

template<typename T, T & Obj>
struct bluetoe::client_characteristic_configuration_update_callback< T, Obj >

callback to be called, if the client characteristic configuration has changed or was written.

The provided callback type T must be a class with the following public accessible function:

template < class Server >
void client_characteristic_configuration_updated( Server&, const client_characteristic_configuration& );

Where Server is the configured instance of a bluetoe::server<> instance.


The documentation for this struct was generated from the following file: