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
(Includes any dependencies from ifs and menus.)
Default
15
Kconfig definition
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:571
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL] → Support for Low Power features → Automatically start looking for Friend nodes once provisioned
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.)