:orphan: .. title:: CONFIG_BT_MESH_STORE_TIMEOUT .. kconfig:: CONFIG_BT_MESH_STORE_TIMEOUT CONFIG_BT_MESH_STORE_TIMEOUT ############################ *Delay (in seconds) before storing anything persistently* Type: ``int`` Help ==== .. code-block:: none This value defines in seconds how soon any pending changes are actually written into persistent storage (flash) after a change occurs. Direct dependencies =================== \ :kconfig:`BT_SETTINGS ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:720`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig config BT_MESH_STORE_TIMEOUT int "Delay (in seconds) before storing anything persistently" range 0 1000000 default 2 depends on BT_SETTINGS && BT_MESH && BT help This value defines in seconds how soon any pending changes are actually written into persistent storage (flash) after a change occurs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*