Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_gatt_exchange_params Struct Reference

GATT Exchange MTU parameters. More...

#include <gatt.h>

Data Fields

void(* func )(struct bt_conn *conn, uint8_t err, struct bt_gatt_exchange_params *params)
 Callback for MTU exchange response.
 

Detailed Description

GATT Exchange MTU parameters.

Used with bt_gatt_exchange_mtu() to initiate an MTU exchange. The response is handled in the callback func, which is called upon completion from the 'config BT_RECV_CONTEXT' context.

params must remain valid until the callback executes.

Field Documentation

◆ func

void(* bt_gatt_exchange_params::func) (struct bt_conn *conn, uint8_t err, struct bt_gatt_exchange_params *params)

Callback for MTU exchange response.


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