-
CONFIG_BT_MESH_LPN_MIN_QUEUE_SIZE
¶
Minimum size of acceptable friend queue (MinQueueSizeLog)
Type: int
Help¶
The MinQueueSizeLog field is defined as log_2(N), where N is the minimum number of maximum size Lower Transport PDUs that the Friend node can store in its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2, and value 7 gives N = 128.
Direct dependencies¶
BT_MESH_LOW_POWER
&& BT_MESH
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:307
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
→ subsys/bluetooth/host/Kconfig:121
Menu path: (top menu) → Bluetooth → Bluetooth Mesh support
config BT_MESH_LPN_MIN_QUEUE_SIZE int prompt "Minimum size of acceptable friend queue (MinQueueSizeLog)" ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 1 7 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 1 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
help The MinQueueSizeLog field is defined as log_2(N), where N is the minimum number of maximum size Lower Transport PDUs that the Friend node can store in its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2, and value 7 gives N = 128.
(Definitions include propagated dependencies, including from if’s and menus.)