Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h39 #define BTA_HF_CLIENT_PEER_FEAT_3WAY 0x00000001 /* Three-way calling */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc533 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) { in handle_call_action()
540 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) { in handle_call_action()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_main.cc847 if (client_cb->peer_features & BTA_HF_CLIENT_PEER_FEAT_3WAY && in bta_hf_client_slc_seq()