Home
last modified time | relevance | path

Searched refs:fault_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h79 void (*fault_status)(struct bt_mesh_health_cli *cli, uint16_t addr, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c84 if (cli->fault_status) { in health_fault_status()
85 cli->fault_status(cli, ctx->addr, test_id, cid, in health_fault_status()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c214 .fault_status = health_fault_status,