Zephyr Project API 4.1.0
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.
 

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.

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