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 Protocol Specification v1.1 <https://www.bluetooth.com/specifications/specs/mesh-protocol/>`_. 9 10Read more about Bluetooth Mesh on the 11`Bluetooth SIG Website <https://www.bluetooth.com/bluetooth-resources/?tags=mesh>`_. 12 13.. toctree:: 14 :maxdepth: 1 15 16 mesh/core.rst 17 mesh/access.rst 18 mesh/models.rst 19 mesh/msg.rst 20 mesh/sar_cfg.rst 21 mesh/provisioning.rst 22 mesh/proxy.rst 23 mesh/heartbeat.rst 24 mesh/cfg.rst 25 mesh/statistic.rst 26 mesh/shell.rst 27 mesh/brg_cfg.rst 28