Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dhealth_srv.h26 int (*fault_get_cur)(struct bt_mesh_model *model, u8_t *test_id, member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_srv.c92 if (srv->cb && srv->cb->fault_get_cur) { in health_get_current()
94 err = srv->cb->fault_get_cur(mod, test_id, &company_id, in health_get_current()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c112 static int fault_get_cur(struct bt_mesh_model *model, u8_t *test_id, u16_t *company_id, u8_t *fault… in fault_get_cur() function
165 .fault_get_cur = fault_get_cur,

Completed in 9 milliseconds