:orphan: .. title:: BT_MESH_LPN_GROUPS .. option:: 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 =================== \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:566`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for Low Power features .. parsed-literal:: config BT_MESH_LPN_GROUPS int "Number of groups the LPN can subscribe to" range 0 16384 default 8 depends on \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`BT ` help Maximum number of groups that the LPN can subscribe to. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*