Definition of the general handler of GattServer related events. More...
#include <GattServer.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... | |
Definition of the general handler of GattServer related events.
Definition at line 108 of file GattServer.h.
|
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 117 of file GattServer.h.