-
CONFIG_BT_MESH_LOOPBACK_BUFS
¶
Number of loopback buffers
Type: int
Help¶
The number of buffers allocated for the network loopback mechanism. Loopback is used when the device sends messages to itself.
Default¶
3
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:344
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/bluetooth/Kconfig:258
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support
config BT_MESH_LOOPBACK_BUFS int "Number of loopback buffers" default 3 depends onBT_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.)