Searched refs:fault_test (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 67 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test() function 84 .fault_test = fault_test,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_srv.c | 188 if (srv->cb && srv->cb->fault_test) { in health_fault_test_unrel() 189 return srv->cb->fault_test(model, test_id, company_id); in health_fault_test_unrel() 211 if (srv->cb && srv->cb->fault_test) { in health_fault_test() 214 err = srv->cb->fault_test(model, test_id, company_id); in health_fault_test()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_srv.h | 111 int (*fault_test)(const struct bt_mesh_model *model, uint8_t test_id, member
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | health.c | 123 static int fault_test(const struct shell *sh, size_t argc, char *argv[], bool acked) in fault_test() function 168 return fault_test(sh, argc, argv, true); in cmd_fault_test() 173 return fault_test(sh, argc, argv, false); in cmd_fault_test_unack()
|
D | shell.c | 104 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test() function 132 .fault_test = fault_test,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 632 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test() function 648 .fault_test = fault_test,
|