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/mesh-specifications/>`_. 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/provisioning.rst 21 mesh/proxy.rst 22 mesh/heartbeat.rst 23 mesh/cfg.rst 24 mesh/shell.rst 25