Zephyr API 3.6.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. | |
sys_snode_t | node |
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. |
sys_snode_t bt_gatt_cb::node |