Definition of the general handler of GattClient related events. More...
#include <GattClient.h>
| Public Member Functions | |
| virtual void | onAttMtuChange (ble::connection_handle_t connectionHandle, uint16_t attMtuSize) | 
| Function invoked when the connections changes the ATT_MTU which controls the maximum size of an attribute that can be read in a single L2CAP packet which might be fragmented across multiple packets.  More... | |
| Protected Member Functions | |
| ~EventHandler ()=default | |
| Prevent polymorphic deletion and avoid unnecessary virtual destructor as the GattClient class will never delete the instance it contains.  More... | |
Definition of the general handler of GattClient related events.
Definition at line 102 of file GattClient.h.
| 
 | protecteddefault | 
Prevent polymorphic deletion and avoid unnecessary virtual destructor as the GattClient class will never delete the instance it contains.
| 
 | virtual | 
Function invoked when the connections changes the ATT_MTU which controls the maximum size of an attribute that can be read in a single L2CAP packet which might be fragmented across multiple packets.
| connectionHandle | The handle of the connection that changed the size. | 
| attMtuSize | 
Definition at line 111 of file GattClient.h.