:orphan: .. title:: CONFIG_BT_MESH_MODEL_SRV_STORE_TIMEOUT .. kconfig:: CONFIG_BT_MESH_MODEL_SRV_STORE_TIMEOUT CONFIG_BT_MESH_MODEL_SRV_STORE_TIMEOUT ###################################### *Delay (in seconds) before storing changes to mesh model servers* Type: ``int`` Help ==== .. code-block:: none Time to wait before storing changes to the mesh model servers. Effectively the minimum interval of changes. Direct dependencies =================== \ :kconfig:`BT_SETTINGS ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/subsys/bluetooth/mesh/Kconfig.models:36`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:30`` → ``/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 .. code-block:: kconfig 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.)*