The implementation of blocking calls is common for all the client models. This change reduces the code duplication by introducing new API that helps to manage acknowledged messages. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
25 lines
630 B
ReStructuredText
25 lines
630 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/mesh-specifications/>`_.
|
|
|
|
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/provisioning.rst
|
|
mesh/proxy.rst
|
|
mesh/heartbeat.rst
|
|
mesh/cfg.rst
|
|
mesh/shell.rst
|