Home
last modified time | relevance | path

Searched refs:bt_gatt_get_uatt_mtu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c101 if (bt_gatt_get_uatt_mtu(default_conn) >= ATT_NTF_SIZE(notify_data_size)) { in run_peripheral_sample()
107 bt_gatt_get_uatt_mtu(default_conn)); in run_peripheral_sample()
/Zephyr-latest/drivers/serial/
Duart_bt.c92 conn_att_mtu = bt_gatt_get_uatt_mtu(conn); in foreach_conn_handler_get_att_mtu()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1517 uint16_t bt_gatt_get_uatt_mtu(struct bt_conn *conn);
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst190 * Added API :c:func:`bt_gatt_get_uatt_mtu` to get current Unenhanced ATT MTU of a given
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3154 uint16_t bt_gatt_get_uatt_mtu(struct bt_conn *conn) in bt_gatt_get_uatt_mtu() function