Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst25 Answer: Yes. [#mtu_exchange]_ The Bluetooth specification mandates a symmetric MTU for ATT.
97 mtu_exchange: Current MTU = 23
98 mtu_exchange: Exchange MTU...
120 .. [#mtu_exchange] Bluetooth Core Specification v. 5.3: Vol. 3, Part F, 3.4.2
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c71 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() function
112 (void)mtu_exchange(conn); in connected()
Dcentral_gatt_write.c15 extern int mtu_exchange(struct bt_conn *conn);
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c15 extern int mtu_exchange(struct bt_conn *conn);
/Zephyr-latest/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-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c120 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange() function
176 mtu_exchange(conn); in connected()