Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h51 #define BTA_HF_CLIENT_PEER_CODEC 0x00000200 /* Codec Negotiation */ macro
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc288 client_cb->peer_features |= BTA_HF_CLIENT_PEER_CODEC; in bta_hf_client_sdp_find_attr()
Dbta_hf_client_main.cc826 (client_cb->peer_features & BTA_HF_CLIENT_PEER_CODEC)) { in bta_hf_client_slc_seq()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc358 (cb->peer_feat & BTA_HF_CLIENT_PEER_CODEC)) { in connect_audio()