Bluetooth Mesh Protocol 1.1 is backward compatible with Bluetooth Mesh Profile 1.0.1, therefore the stack can still be qualified for 1.0.1 if needed. But explicit support for both versions requires additional maintenance efforts and doubles the CI time. To make the stack qualifiable for 1.0.1, the one needs to remove Private Beacons reception and compile out SHA256 algorithm support. What is changed: - Removed `CONFIG_BT_MESH_V1d1` option. - Removed `transport_legacy.c` which was using 1.0.1 implementation. The new transport layer has new SaR logic that should still be possible to qualify for 1.0.1. - Removed the legacy transport Kconfig options. They are superseded by the new transport Kconfig options. - Tester app: `overlay-mesh-v1d1.conf` is merged into `overlay-mesh.conf`. - Removed BabbleSim tests for 1.0.1. - Updated documentation. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
27 lines
671 B
ReStructuredText
27 lines
671 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 Protocol Specification v1.1 <https://www.bluetooth.com/specifications/specs/mesh-protocol/>`_.
|
|
|
|
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
|