Searched refs:fault_get_reg (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 33 static int fault_get_reg(const struct bt_mesh_model *model, uint16_t company_id, in fault_get_reg() function 82 .fault_get_reg = fault_get_reg,
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_srv.h | 82 int (*fault_get_reg)(const struct bt_mesh_model *model, uint16_t company_id, member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_srv.c | 47 if (srv->cb && srv->cb->fault_get_reg) { in health_get_registered() 51 err = srv->cb->fault_get_reg(mod, company_id, test_id, in health_get_registered()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 84 static int fault_get_reg(const struct bt_mesh_model *model, uint16_t cid, in fault_get_reg() function 139 .fault_get_reg = fault_get_reg,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 603 static int fault_get_reg(const struct bt_mesh_model *model, uint16_t company_id, in fault_get_reg() function 646 .fault_get_reg = fault_get_reg,
|