-
CONFIG_BT_MESH_LPN_AUTO¶
Automatically start looking for Friend nodes once provisioned
Type: bool
Help¶
Automatically enable LPN functionality once provisioned and start looking for Friend nodes. If this option is disabled LPN mode needs to be manually enabled by calling bt_mesh_lpn_set(true).
Direct dependencies¶
BT_MESH_LOW_POWER && BT_MESH && BT
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At subsys/bluetooth/mesh/Kconfig:473
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
config BT_MESH_LPN_AUTO
bool "Automatically start looking for Friend nodes once provisioned"
default y
depends on BT_MESH_LOW_POWER && BT_MESH && BT
help
Automatically enable LPN functionality once provisioned and start
looking for Friend nodes. If this option is disabled LPN mode
needs to be manually enabled by calling bt_mesh_lpn_set(true).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)