Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

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: