CONFIG_BT_MESH_FRIEND_QUEUE_SIZE
Minimum number of buffers supported per Friend Queue
Type: int
Help
Minimum number of buffers available to be stored for each
local Friend Queue.
Direct dependencies
BT_MESH_FRIEND
&& BT_MESH
&& BT
(Includes any dependencies from ifs and menus.)
Default
16
Kconfig definition
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:692
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL] → Support for acting as a Friend Node
config BT_MESH_FRIEND_QUEUE_SIZE
int "Minimum number of buffers supported per Friend Queue"
range 2 65536
default 16
depends on BT_MESH_FRIEND && BT_MESH && BT
help
Minimum number of buffers available to be stored for each
local Friend Queue.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)