Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
GATT callback structure. More...
#include <gatt.h>
Data Fields | |
void(* | att_mtu_updated )(struct bt_conn *conn, uint16_t tx, uint16_t rx) |
The maximum ATT MTU on a connection has changed. | |
GATT callback structure.
The maximum ATT MTU on a connection has changed.
This callback notifies the application that the maximum TX or RX ATT MTU has increased.
conn | Connection object. |
tx | Updated TX ATT MTU. |
rx | Updated RX ATT MTU. |