Searched refs:fault_get_cur (Results 1 – 3 of 3) sorted by relevance
26 int (*fault_get_cur)(struct bt_mesh_model *model, u8_t *test_id, member
92 if (srv->cb && srv->cb->fault_get_cur) { in health_get_current()94 err = srv->cb->fault_get_cur(mod, test_id, &company_id, in health_get_current()
112 static int fault_get_cur(struct bt_mesh_model *model, u8_t *test_id, u16_t *company_id, u8_t *fault… in fault_get_cur() function165 .fault_get_cur = fault_get_cur,
Completed in 9 milliseconds