Lines Matching refs:health_cli
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()
3788 err = bt_mesh_health_cli_period_set_unack(&health_cli, &ctx, cp->divisor); in health_period_set()
3821 err = bt_mesh_health_cli_attention_get(&health_cli, &ctx, &attention); in health_attention_get()
3846 err = bt_mesh_health_cli_attention_set(&health_cli, &ctx, cp->attention, in health_attention_set()
3853 err = bt_mesh_health_cli_attention_set_unack(&health_cli, &ctx, cp->attention); in health_attention_set()