:orphan: .. title:: BT_MESH_LPN_AUTO_TIMEOUT .. option:: CONFIG_BT_MESH_LPN_AUTO_TIMEOUT *Time from last received message before going to LPN mode* Type: ``int`` Help ==== Time in seconds from the last received message, that the node will wait before starting to look for Friend nodes. Direct dependencies =================== \ :option:`BT_MESH_LPN_AUTO ` && \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 15 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:481`` 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 → Automatically start looking for Friend nodes once provisioned .. parsed-literal:: config BT_MESH_LPN_AUTO_TIMEOUT int "Time from last received message before going to LPN mode" range 0 3600 default 15 depends on \ :option:`BT_MESH_LPN_AUTO ` && \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`BT ` help Time in seconds from the last received message, that the node will wait before starting to look for Friend nodes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*