Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc50 ASSERT_EQ((gFeatures & BTA_HF_CLIENT_FEAT_ESCO_S4) > 0, in TEST_F()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc123 } else if (bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_ESCO_S4) { in bta_hf_client_sco_conn_rsp()
248 if ((bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_ESCO_S4) && in bta_hf_client_sco_create()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h70 #define BTA_HF_CLIENT_FEAT_ESCO_S4 0x00000200 /* ESCO S4 link setting */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc1088 features |= BTA_HF_CLIENT_FEAT_ESCO_S4; in btif_hf_client_execute_service()