:orphan: .. title:: CONFIG_BT_MESH_LPN_GROUPS .. kconfig:: CONFIG_BT_MESH_LPN_GROUPS CONFIG_BT_MESH_LPN_GROUPS ######################### *Number of groups the LPN can subscribe to* Type: ``int`` Help ==== .. code-block:: none Maximum number of groups that the LPN can subscribe to. Direct dependencies =================== \ :kconfig:`BT_MESH_LOW_POWER ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:621`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Support for Low Power features .. code-block:: kconfig config BT_MESH_LPN_GROUPS int "Number of groups the LPN can subscribe to" range 0 16384 default 8 depends on BT_MESH_LOW_POWER && BT_MESH && BT help Maximum number of groups that the LPN can subscribe to. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*