Lines Matching +full:sample +full:- +full:size
1 .. zephyr:code-sample:: bluetooth_mtu_update
3 :relevant-api: bt_gatt bluetooth
15 size (4 octets).
30 This sample demonstrates the exchange of MTU between two devices to allow a
41 According to the Bluetooth specification, [#mtu]_ MTU is the maximum size of
43 However, in Zephyr, we can assume that it also represents the maximum size of
46 The Kconfig symbol used to configure the size of the TX MTU is
48 the size of the RX MTU, because Zephyr uses a buffer pool for ACL RX buffers
50 The L2CAP RX MTU is defined as the maximum size of ACL RX buffers minus the
51 L2CAP header size.
52 That maximum ACL RX buffer size is configured with
55 L2CAP header size.
66 This sample use two applications, two devices need to be setup.
76 This sample can be found under :zephyr_file:`samples/bluetooth/mtu_update` in
79 See :zephyr:code-sample-category:`bluetooth` samples for details.
90 .. code-block:: console
92 *** Booting Zephyr OS build zephyr-v3.2.0-2251-g95d8943c69ce ***
95 Device found: EB:BF:36:26:42:09 (random) (RSSI -34)
109 .. code-block:: console
111 *** Booting Zephyr OS build zephyr-v3.2.0-2251-g95d8943c69ce ***