Searched refs:health_cli (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | models.rst | 19 health_cli
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 52 static struct bt_mesh_health_cli health_cli = { variable 59 BT_MESH_MODEL_HEALTH_CLI(&health_cli),
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 60 zephyr_library_sources_ifdef(CONFIG_BT_MESH_HEALTH_CLI health_cli.c)
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 682 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 …]
|