Home
last modified time | relevance | path

Searched refs:health_cli (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dmodels.rst19 health_cli
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c52 static struct bt_mesh_health_cli health_cli = { variable
59 BT_MESH_MODEL_HEALTH_CLI(&health_cli),
/Zephyr-latest/subsys/bluetooth/mesh/
DCMakeLists.txt60 zephyr_library_sources_ifdef(CONFIG_BT_MESH_HEALTH_CLI health_cli.c)
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c682 static struct bt_mesh_health_cli health_cli = { variable
1030 BT_MESH_MODEL_HEALTH_CLI(&health_cli),
1099 BT_MESH_MODEL_HEALTH_CLI(&health_cli),
3614 err = bt_mesh_health_cli_fault_get(&health_cli, &ctx, in health_fault_get()
3643 err = bt_mesh_health_cli_fault_clear(&health_cli, &ctx, in health_fault_clear()
3661 err = bt_mesh_health_cli_fault_clear_unack(&health_cli, &ctx, in health_fault_clear()
3696 err = bt_mesh_health_cli_fault_test(&health_cli, &ctx, in health_fault_test()
3719 err = bt_mesh_health_cli_fault_test_unack(&health_cli, &ctx, in health_fault_test()
3756 err = bt_mesh_health_cli_period_get(&health_cli, &ctx, &divisor); in health_period_get()
3781 err = bt_mesh_health_cli_period_set(&health_cli, &ctx, cp->divisor, in health_period_set()
[all …]