Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hf_client_api.h44 #define BTA_HF_CLIENT_PEER_CODEC 0x00000200 /* Codec Negotiation */ macro
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.c270 bta_hf_client_cb.scb.peer_features |= BTA_HF_CLIENT_PEER_CODEC; in bta_hf_client_sdp_find_attr()
Dbta_hf_client_main.c574 if (bta_hf_client_cb.scb.peer_features & BTA_HF_CLIENT_PEER_CODEC) in bta_hf_client_slc_seq()
/system/bt/btif/src/
Dbtif_hf_client.c274 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC) in connect_audio()