-
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.)
Defaults¶
- 15 if
BT_MESH_LPN_AUTO
&&BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:274
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
→ subsys/bluetooth/host/Kconfig:121
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" ifBT_MESH_LPN_AUTO
&&BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 0 3600 ifBT_MESH_LPN_AUTO
&&BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 15 ifBT_MESH_LPN_AUTO
&&BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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.)