:orphan: .. title:: BT_MESH_FRIEND_QUEUE_SIZE .. option:: 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 =================== \ :option:`BT_MESH_FRIEND ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:602`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for acting as a Friend Node .. parsed-literal:: config BT_MESH_FRIEND_QUEUE_SIZE int "Minimum number of buffers supported per Friend Queue" range 2 65536 default 16 depends on \ :option:`BT_MESH_FRIEND ` && \ :option:`BT_MESH ` && \ :option:`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.)*