Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hf_client_api.h35 #define BTA_HF_CLIENT_PEER_FEAT_3WAY 0x00000001 /* Three-way calling */ macro
/system/bt/btif/src/
Dbtif_hf_client.cc541 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) { in handle_call_action()
548 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) { in handle_call_action()
/system/bt/bta/hf_client/
Dbta_hf_client_main.cc842 if (client_cb->peer_features & BTA_HF_CLIENT_PEER_FEAT_3WAY && in bta_hf_client_slc_seq()