Home
last modified time | relevance | path

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

/system/bt/btif/test/
Dbtif_hf_client_service_test.cc43 EXPECT_TRUE(gFeatures & BTA_HF_CLIENT_FEAT_S4); in TEST_F()
46 EXPECT_FALSE(gFeatures & BTA_HF_CLIENT_FEAT_S4); in TEST_F()
/system/bt/bta/include/
Dbta_hf_client_api.h64 #define BTA_HF_CLIENT_FEAT_S4 0x00000200 /* ESCO S4 link setting */ macro
/system/bt/btif/src/
Dbtif_hf_client.cc1049 features |= BTA_HF_CLIENT_FEAT_S4; in btif_hf_client_execute_service()