Home
last modified time | relevance | path

Searched refs:mtu_exchange (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/mtu_update/
DREADME.rst24 Answer: Yes. [#mtu_exchange]_ The Bluetooth specification mandates a symmetric MTU for ATT.
96 mtu_exchange: Current MTU = 23
97 mtu_exchange: Exchange MTU...
119 .. [#mtu_exchange] Bluetooth Core Specification v. 5.3: Vol. 3, Part F, 3.4.2
/Zephyr-Core-3.5.0/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c65 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() function
106 (void)mtu_exchange(conn); in connected()
Dcentral_gatt_write.c14 extern int mtu_exchange(struct bt_conn *conn);
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c14 extern int mtu_exchange(struct bt_conn *conn);
/Zephyr-Core-3.5.0/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c175 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() function
208 (void)mtu_exchange(conn); in connected()
/Zephyr-Core-3.5.0/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c119 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() function
175 mtu_exchange(conn); in connected()