:orphan: .. title:: BT_MESH_LPN_AUTO .. option:: CONFIG_BT_MESH_LPN_AUTO *Automatically start looking for Friend nodes once provisioned* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/bluetooth/mesh/Kconfig:480`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:325`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for Low Power features .. code-block:: kconfig 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.)*