Searched refs:fault_status (Results 1 – 3 of 3) sorted by relevance
79 void (*fault_status)(struct bt_mesh_health_cli *cli, uint16_t addr, member
84 if (cli->fault_status) { in health_fault_status()85 cli->fault_status(cli, ctx->addr, test_id, cid, in health_fault_status()
214 .fault_status = health_fault_status,