: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 ==== .. code-block:: none 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 ================== At ``/bluetooth/mesh/Kconfig:609`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:325`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for acting as a Friend Node .. code-block:: kconfig 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.)*