Home
last modified time | relevance | path

Searched refs:bt_mesh_statistic (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dstatistic.c12 static struct bt_mesh_statistic stat;
14 void bt_mesh_stat_get(struct bt_mesh_statistic *st) in bt_mesh_stat_get()
16 memcpy(st, &stat, sizeof(struct bt_mesh_statistic)); in bt_mesh_stat_get()
21 memset(&stat, 0, sizeof(struct bt_mesh_statistic)); in bt_mesh_stat_reset()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dstatistic.h28 struct bt_mesh_statistic { struct
56 void bt_mesh_stat_get(struct bt_mesh_statistic *st); argument
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1614 struct bt_mesh_statistic st; in cmd_stat_get()