:orphan: .. title:: BT_MESH_LPN_AUTO .. option:: 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 =================== \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config BT_MESH_LPN_AUTO bool "Automatically start looking for Friend nodes once provisioned" default y depends on \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`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.)*