-
CONFIG_BT_MESH_STORE_TIMEOUT
¶
Delay (in seconds) before storing anything persistently
Type: int
Help¶
This value defines in seconds how soon any pending changes are actually written into persistent storage (flash) after a change occurs.
Direct dependencies¶
BT_SETTINGS
&& BT_MESH
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 2 if
BT_SETTINGS
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:437
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
→ subsys/bluetooth/host/Kconfig:125
Menu path: (top menu) → Bluetooth → Bluetooth Mesh support
config BT_MESH_STORE_TIMEOUT int prompt "Delay (in seconds) before storing anything persistently" ifBT_SETTINGS
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 0 1000000 ifBT_SETTINGS
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 2 ifBT_SETTINGS
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_SETTINGS
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
help This value defines in seconds how soon any pending changes are actually written into persistent storage (flash) after a change occurs.
(Definitions include propagated dependencies, including from if’s and menus.)