:orphan: .. title:: BT_MESH_DTT_SRV_PERSISTENT .. option:: CONFIG_BT_MESH_DTT_SRV_PERSISTENT *Store the Default Transition Time persistently* Type: ``bool`` Help ==== Enable persistent storage for the Default Transition Time state. Direct dependencies =================== \ :option:`BT_MESH_DTT_SRV ` && \ :option:`BT_SETTINGS ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/mesh/Kconfig.models:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/Kconfig:20`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/mesh/Kconfig:11`` Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Mesh → nRF BT Mesh Models → Generic Default Transition Time Server .. parsed-literal:: config BT_MESH_DTT_SRV_PERSISTENT bool "Store the Default Transition Time persistently" default y depends on \ :option:`BT_MESH_DTT_SRV ` && \ :option:`BT_SETTINGS ` && \ :option:`BT_MESH ` && \ :option:`BT ` help Enable persistent storage for the Default Transition Time state. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*