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

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:437

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155subsys/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" if BT_SETTINGS && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 0 1000000 if BT_SETTINGS && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 2 if BT_SETTINGS && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)