Home
last modified time | relevance | path

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

/system/bt/btif/test/
Dbtif_hf_client_service_test.cc43 ASSERT_EQ((gFeatures & BTA_HF_CLIENT_FEAT_ESCO_S4) > 0, in TEST_F()
/system/bt/bta/hf_client/
Dbta_hf_client_sco.cc117 } else if (bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_ESCO_S4) { in bta_hf_client_sco_conn_rsp()
244 if ((bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_ESCO_S4) && in bta_hf_client_sco_create()
/system/bt/bta/include/
Dbta_hf_client_api.h70 #define BTA_HF_CLIENT_FEAT_ESCO_S4 0x00000200 /* ESCO S4 link setting */ macro
/system/bt/btif/src/
Dbtif_hf_client.cc1046 features |= BTA_HF_CLIENT_FEAT_ESCO_S4; in btif_hf_client_execute_service()