Searched refs:fault_test (Results 1 – 3 of 3) sorted by relevance
186 if (srv->cb && srv->cb->fault_test) { in health_fault_test_unrel()187 srv->cb->fault_test(model, test_id, company_id); in health_fault_test_unrel()207 if (srv->cb && srv->cb->fault_test) { in health_fault_test()210 err = srv->cb->fault_test(model, test_id, company_id); in health_fault_test()
39 int (*fault_test)(struct bt_mesh_model *model, u8_t test_id, member
151 static int fault_test(struct bt_mesh_model *model, uint8_t test_id, uint16_t cid) in fault_test() function168 .fault_test = fault_test,
Completed in 9 milliseconds