zephyr/doc/connectivity/bluetooth/api/mesh/cfg.rst
Mia Koen 0bcad09392 bluetooth: mesh: Doc fix Bluetooth mesh to Mesh
SIG has changed Bluetooth mesh to Bluetooth Mesh
Updating zephyr docs accordingly
Leaving out old release notes

Signed-off-by: Mia Koen <mia.koen@nordicsemi.no>
2023-12-01 10:56:18 +00:00

25 lines
985 B
ReStructuredText

.. _bluetooth_mesh_cfg:
Runtime Configuration
#####################
The runtime configuration API allows applications to change their runtime
configuration directly, without going through the Configuration models.
Bluetooth Mesh nodes should generally be configured by a central network
configurator device with a :ref:`bluetooth_mesh_models_cfg_cli` model. Each
mesh node instantiates a :ref:`bluetooth_mesh_models_cfg_srv` model that the
Configuration Client can communicate with to change the node configuration. In some
cases, the mesh node can't rely on the Configuration Client to detect or determine
local constraints, such as low battery power or changes in topology. For these
scenarios, this API can be used to change the configuration locally.
.. note::
Runtime configuration changes before the node is provisioned will not be stored
in the :ref:`persistent storage <bluetooth_mesh_persistent_storage>`.
API reference
*************
.. doxygengroup:: bt_mesh_cfg