Searched refs:bt_mesh_health_cli_fault_clear (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_cli.h | 179 int bt_mesh_health_cli_fault_clear(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | health.c | 94 err = bt_mesh_health_cli_fault_clear(cli, ctx.addr ? &ctx : NULL, cid, &test_id, in fault_clear()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_cli.c | 332 int bt_mesh_health_cli_fault_clear(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_fault_clear() function
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 3643 err = bt_mesh_health_cli_fault_clear(&health_cli, &ctx, in health_fault_clear()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 152 * :c:func:`bt_mesh_health_fault_clear()` replace with :c:func:`bt_mesh_health_cli_fault_clear()`
|