Home
last modified time | relevance | path

Searched refs:bt_mesh_health_cli_fault_get (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h153 int bt_mesh_health_cli_fault_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhealth.c60 err = bt_mesh_health_cli_fault_get(cli, ctx.addr ? &ctx : NULL, cid, &test_id, faults, in cmd_fault_get()
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c369 int bt_mesh_health_cli_fault_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_fault_get() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3614 err = bt_mesh_health_cli_fault_get(&health_cli, &ctx, in health_fault_get()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst151 * :c:func:`bt_mesh_health_fault_get()` replace with :c:func:`bt_mesh_health_cli_fault_get()`