-
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
(Includes any dependencies from ifs and menus.)
Default¶
8
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:573
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:325
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support [EXPERIMENTAL] → Support for Low Power features
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.)