:orphan: .. title:: CONFIG_BT_MESH_LOOPBACK_BUFS .. kconfig:: CONFIG_BT_MESH_LOOPBACK_BUFS CONFIG_BT_MESH_LOOPBACK_BUFS ############################ *Number of loopback buffers* Type: ``int`` Help ==== .. code-block:: none The number of buffers allocated for the network loopback mechanism. Loopback is used when the device sends messages to itself. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:423`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig config BT_MESH_LOOPBACK_BUFS int "Number of loopback buffers" default 3 depends on BT_MESH && BT help The number of buffers allocated for the network loopback mechanism. Loopback is used when the device sends messages to itself. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*