Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c18 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur() function
81 .fault_get_cur = fault_get_cur,
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_srv.h56 int (*fault_get_cur)(const struct bt_mesh_model *model, uint8_t *test_id, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c81 if (srv->cb && srv->cb->fault_get_cur) { in health_get_current()
85 err = srv->cb->fault_get_cur(mod, test_id, &company_id, in health_get_current()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c71 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur() function
138 .fault_get_cur = fault_get_cur,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c590 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur() function
645 .fault_get_cur = fault_get_cur,