Lines Matching refs:has_param
57 struct bt_has_features_param has_param = {0}; in test_common() local
72 has_param.type = BT_HAS_HEARING_AID_TYPE_BINAURAL; in test_common()
73 has_param.preset_sync_support = true; in test_common()
75 err = bt_has_register(&has_param); in test_common()
81 has_param.type = BT_HAS_HEARING_AID_TYPE_MONAURAL; in test_common()
82 has_param.preset_sync_support = false; in test_common()
84 err = bt_has_features_set(&has_param); in test_common()
126 struct bt_has_features_param has_param = {0}; in test_offline_behavior() local
146 has_param.type = BT_HAS_HEARING_AID_TYPE_BINAURAL; in test_offline_behavior()
147 has_param.preset_sync_support = true; in test_offline_behavior()
149 err = bt_has_features_set(&has_param); in test_offline_behavior()