Moves mesh feature configuration to a separate module, deprecating the bt_mesh_cfg_srv structure. The initial values for the features should now be enabled through KConfig, where new config entries have been added for each feature. This removes the upward dependency on the config server from the core stack, and makes the config server a pure frontend for the configuration states, as all spec mandated behavior around the feature states is now encapsulated. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
24 lines
614 B
ReStructuredText
24 lines
614 B
ReStructuredText
.. _bluetooth_mesh:
|
|
|
|
Bluetooth Mesh Profile
|
|
######################
|
|
|
|
The Bluetooth Mesh Profile adds secure wireless multi-hop communication for
|
|
Bluetooth Low Energy. This module implements the
|
|
`Bluetooth Mesh Profile Specification v1.0.1 <https://www.bluetooth.com/specifications/mesh-specifications/>`_.
|
|
|
|
Read more about Bluetooth Mesh on the
|
|
`Bluetooth SIG Website <https://www.bluetooth.com/bluetooth-resources/?tags=mesh>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
mesh/core.rst
|
|
mesh/access.rst
|
|
mesh/models.rst
|
|
mesh/provisioning.rst
|
|
mesh/proxy.rst
|
|
mesh/heartbeat.rst
|
|
mesh/cfg.rst
|
|
mesh/shell.rst
|