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... | |
Definition of the general handler of GattClient related events.
Definition at line 102 of file GattClient.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 111 of file GattClient.h.