Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc9 static tBTA_HF_CLIENT_FEAT gFeatures; variable
27 gFeatures = features; in BTA_HfClientEnable()
41 void SetUp() override { gFeatures = get_default_hf_client_features(); } in SetUp()
50 ASSERT_EQ((gFeatures & BTA_HF_CLIENT_FEAT_ESCO_S4) > 0, in TEST_F()
53 ASSERT_EQ((gFeatures & BTA_HF_CLIENT_FEAT_SWB) > 0, in TEST_F()