:orphan: .. title:: BT_MESH_STORE_TIMEOUT .. option:: 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 =================== \ :option:`BT_SETTINGS ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:665`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support .. parsed-literal:: config BT_MESH_STORE_TIMEOUT int "Delay (in seconds) before storing anything persistently" range 0 1000000 default 2 depends on \ :option:`BT_SETTINGS ` && \ :option:`BT_MESH ` && \ :option:`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.)*