The latest development version of this page may be more current than this released 1.14.1 version.
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

BT_MESH_LPN_AUTO && BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:274

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144subsys/bluetooth/host/Kconfig:136

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_LPN_AUTO_TIMEOUT
    int
    prompt "Time from last received message before going to LPN mode" if BT_MESH_LPN_AUTO && BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 0 3600 if BT_MESH_LPN_AUTO && BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 15 if BT_MESH_LPN_AUTO && BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_MESH_LPN_AUTO && BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    help
      Time in seconds from the last received message, that the node
      will wait before starting to look for Friend nodes.

(Definitions include propagated dependencies, including from if’s and menus.)