:orphan: .. title:: CONFIG_BT_MESH_LPN_AUTO_TIMEOUT .. kconfig:: CONFIG_BT_MESH_LPN_AUTO_TIMEOUT CONFIG_BT_MESH_LPN_AUTO_TIMEOUT ############################### *Time from last received message before going to LPN mode* Type: ``int`` Help ==== .. code-block:: none Time in seconds from the last received message, that the node will wait before starting to look for Friend nodes. Direct dependencies =================== \ :kconfig:`BT_MESH_LPN_AUTO ` && \ :kconfig:`BT_MESH_LOW_POWER ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 15 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:536`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` 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 .. code-block:: kconfig config BT_MESH_LPN_AUTO_TIMEOUT int "Time from last received message before going to LPN mode" range 0 3600 default 15 depends on BT_MESH_LPN_AUTO && BT_MESH_LOW_POWER && BT_MESH && 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.)*