![]() |
Zephyr API 3.6.99
|
Bluetooth Mesh statistic APIs. More...
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | bt_mesh_statistic |
| The structure that keeps statistics of mesh frames handling. More... | |
| struct | bt_mesh_lpn_timing |
| Measured LPN friendship timing derived from timestamps. More... | |
Functions | |
| void | bt_mesh_stat_get (struct bt_mesh_statistic *st) |
| Get mesh frame handling statistic. | |
| void | bt_mesh_stat_reset (void) |
| Reset mesh frame handling statistic. | |
| int | bt_mesh_stat_lpn_timing_get (struct bt_mesh_lpn_timing *timing) |
| Get measured LPN friendship poll timing. | |
| void | bt_mesh_stat_lpn_timing_reset (void) |
| Reset measured LPN friendship poll timing statistics. | |
Bluetooth Mesh statistic APIs.