BlueToe
an alternative GATT/BLE implementation
|
provides a type and an instance to call connection related callbacks on. More...
#include <bluetoe/link_layer/include/bluetoe/connection_callbacks.hpp>
provides a type and an instance to call connection related callbacks on.
The parameter T have to be a class type with following optional none static member functions:
template < typename ConnectionData > void ll_connection_established( const bluetoe::link_layer::connection_details& details, const bluetoe::link_layer::connection_addresses& addresses, ConnectionData& connection );
template < typename ConnectionData > void ll_connection_changed( const bluetoe::link_layer::connection_details& details, ConnectionData& connection );
template < typename ConnectionData > void ll_connection_closed( ConnectionData& connection );