Searched refs:fault_get_reg (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | health_srv.h | 31 int (*fault_get_reg)(struct bt_mesh_model *model, u16_t company_id, member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_srv.c | 57 if (srv->cb && srv->cb->fault_get_reg) { in health_get_registered() 61 err = srv->cb->fault_get_reg(mod, company_id, test_id, in health_get_registered()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 124 static int fault_get_reg(struct bt_mesh_model *model, u16_t cid, u8_t *test_id, u8_t *faults, u8_t … in fault_get_reg() function 166 .fault_get_reg = fault_get_reg,
|
Completed in 8 milliseconds