The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:307

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144subsys/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)" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 1 7 if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 1 if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)