Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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
 

Detailed Description

GATT callback structure.

Field Documentation

◆ att_mtu_updated

void(* bt_gatt_cb::att_mtu_updated) (struct bt_conn *conn, uint16_t tx, uint16_t rx)

The maximum ATT MTU on a connection has changed.

This callback notifies the application that the maximum TX or RX ATT MTU has increased.

Parameters
connConnection object.
txUpdated TX ATT MTU.
rxUpdated RX ATT MTU.

◆ node

sys_snode_t bt_gatt_cb::node

The documentation for this struct was generated from the following file: