CONFIG_BT_MESH_MODEL_SRV_STORE_TIMEOUT

Delay (in seconds) before storing changes to mesh model servers

Type: int

Help

Time to wait before storing changes to the mesh model servers.
Effectively the minimum interval of changes.

Direct dependencies

BT_SETTINGS && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <nRF>/subsys/bluetooth/mesh/Kconfig.models:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:30<nRF>/subsys/bluetooth/mesh/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth mesh → nRF BT mesh models

config BT_MESH_MODEL_SRV_STORE_TIMEOUT
    int "Delay (in seconds) before storing changes to mesh model servers"
    range 0 1000000
    default 0
    depends on BT_SETTINGS && BT_MESH && BT
    help
      Time to wait before storing changes to the mesh model servers.
      Effectively the minimum interval of changes.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)