Searched refs:health_cli (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | models.rst | 17 health_cli
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 60 zephyr_library_sources_ifdef(CONFIG_BT_MESH_HEALTH_CLI health_cli.c)
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 682 static struct bt_mesh_health_cli health_cli = { variable 1026 BT_MESH_MODEL_HEALTH_CLI(&health_cli), 1082 BT_MESH_MODEL_HEALTH_CLI(&health_cli), 3428 err = bt_mesh_health_cli_fault_get(&health_cli, &ctx, in health_fault_get() 3457 err = bt_mesh_health_cli_fault_clear(&health_cli, &ctx, in health_fault_clear() 3475 err = bt_mesh_health_cli_fault_clear_unack(&health_cli, &ctx, in health_fault_clear() 3510 err = bt_mesh_health_cli_fault_test(&health_cli, &ctx, in health_fault_test() 3533 err = bt_mesh_health_cli_fault_test_unack(&health_cli, &ctx, in health_fault_test() 3570 err = bt_mesh_health_cli_period_get(&health_cli, &ctx, &divisor); in health_period_get() 3595 err = bt_mesh_health_cli_period_set(&health_cli, &ctx, cp->divisor, in health_period_set() [all …]
|