Home
last modified time | relevance | path

Searched refs:fault_get_reg (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c33 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/
Dhealth_srv.h82 int (*fault_get_reg)(const struct bt_mesh_model *model, uint16_t company_id, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c47 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/
Dshell.c84 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/
Dbtp_mesh.c603 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,