Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hf_client_api.h56 #define BTA_HF_CLIENT_FEAT_CODEC 0x00000080 /* Codec Negotiation */ macro
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.c147 if (features & BTA_HF_CLIENT_FEAT_CODEC) in bta_hf_client_add_record()
/system/bt/btif/src/
Dbtif_hf_client.c63 BTA_HF_CLIENT_FEAT_CODEC)
956 btif_hf_client_features = btif_hf_client_features & (~BTA_HF_CLIENT_FEAT_CODEC); in btif_hf_client_execute_service()