Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hf_client_api.h68 #define BTA_HF_CLIENT_FEAT_CODEC 0x00000080 /* Codec Negotiation */ macro
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.cc153 if (features & BTA_HF_CLIENT_FEAT_CODEC) sdp_features |= 0x0020; in bta_hf_client_add_record()
Dbta_hf_client_main.cc817 if ((bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_CODEC) && in bta_hf_client_slc_seq()
/system/bt/btif/src/
Dbtif_hf_client.cc73 BTA_HF_CLIENT_FEAT_ECS | BTA_HF_CLIENT_FEAT_ECC | BTA_HF_CLIENT_FEAT_CODEC)
360 if ((BTIF_HF_CLIENT_FEATURES & BTA_HF_CLIENT_FEAT_CODEC) && in connect_audio()