Searched refs:bt_mesh_statistic (Results 1 – 3 of 3) sorted by relevance
12 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()
28 struct bt_mesh_statistic { struct56 void bt_mesh_stat_get(struct bt_mesh_statistic *st); argument
1614 struct bt_mesh_statistic st; in cmd_stat_get()