CONFIG_BT_MESH_LPN_GROUPS

Number of groups the LPN can subscribe to

Type: int

Help

Maximum number of groups that the LPN can subscribe to.

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:358

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155subsys/bluetooth/host/Kconfig:125

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_LPN_GROUPS
    int
    prompt "Number of groups the LPN can subscribe to" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 0 16384 if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 8 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
      Maximum number of groups that the LPN can subscribe to.

(Definitions include propagated dependencies, including from if’s and menus.)