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

provides a type and an instance to call connection related callbacks on. More...

#include <bluetoe/link_layer/include/bluetoe/connection_callbacks.hpp>

Detailed Description

template<typename T, T & Obj>
struct bluetoe::link_layer::connection_callbacks< T, Obj >

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 );


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