zephyr/doc/connectivity/bluetooth/api/mesh.rst
Aleksandr Khromykh 7199425792 Bluetooth: Mesh: add statistic module
PR adds the statistic module to estimate frame handling.
The module helps to understand the ratio of
the received\relayed\dropped\transmited frames.
That shows the efficiency of the current configuration\implementation.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
2023-07-07 09:20:33 +02:00

26 lines
652 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/statistic.rst
mesh/shell.rst