Lines Matching full:faults
35 uint8_t *faults; member
70 if (param->faults && param->fault_count) { in health_fault_status()
72 LOG_WRN("Got more faults than there's space for"); in health_fault_status()
77 memcpy(param->faults, buf->data, *param->fault_count); in health_fault_status()
295 uint16_t cid, uint8_t test_id, uint8_t *faults, in bt_mesh_health_cli_fault_test() argument
302 .faults = faults, in bt_mesh_health_cli_fault_test()
333 uint16_t cid, uint8_t *test_id, uint8_t *faults, in bt_mesh_health_cli_fault_clear() argument
340 .faults = faults, in bt_mesh_health_cli_fault_clear()
355 (!test_id && (!faults || !fault_count)) ? NULL : &rsp); in bt_mesh_health_cli_fault_clear()
370 uint16_t cid, uint8_t *test_id, uint8_t *faults, in bt_mesh_health_cli_fault_get() argument
377 .faults = faults, in bt_mesh_health_cli_fault_get()
392 (!test_id && (!faults || !fault_count)) ? NULL : &rsp); in bt_mesh_health_cli_fault_get()