1.. _bluetooth_mesh: 2 3Bluetooth Mesh Profile 4###################### 5 6The Bluetooth mesh profile adds secure wireless multi-hop communication for 7Bluetooth Low Energy. This module implements the 8`Bluetooth Mesh Profile Specification v1.0.1 <https://www.bluetooth.com/specifications/specs/mesh-profile-1-0-1/>`_. 9 10Implementation of the `Bluetooth Mesh Protocol Specification v1.1 <https://www.bluetooth.com/specifications/specs/mesh-protocol-1-1/>`_ 11is in experimental state. 12 13Read more about Bluetooth mesh on the 14`Bluetooth SIG Website <https://www.bluetooth.com/bluetooth-resources/?tags=mesh>`_. 15 16.. toctree:: 17 :maxdepth: 1 18 19 mesh/core.rst 20 mesh/access.rst 21 mesh/models.rst 22 mesh/msg.rst 23 mesh/sar_cfg.rst 24 mesh/provisioning.rst 25 mesh/proxy.rst 26 mesh/heartbeat.rst 27 mesh/cfg.rst 28 mesh/statistic.rst 29 mesh/shell.rst 30