Updates Bluetooth mesh specification references: - Change "Profile" to "Protocol" since the main specification has changed its name. - Update/align formating of specification references. This will make it easier to find spec references in the future. - Change some section references to point to the correct section of the newest version of the specification (v1.1). Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
30 lines
836 B
ReStructuredText
30 lines
836 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/specs/mesh-profile-1-0-1/>`_.
|
|
|
|
Implementation of the `Bluetooth Mesh Protocol Specification v1.1 <https://www.bluetooth.com/specifications/specs/mesh-protocol/>`_
|
|
is in experimental state.
|
|
|
|
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/msg.rst
|
|
mesh/sar_cfg.rst
|
|
mesh/provisioning.rst
|
|
mesh/proxy.rst
|
|
mesh/heartbeat.rst
|
|
mesh/cfg.rst
|
|
mesh/statistic.rst
|
|
mesh/shell.rst
|