Home
last modified time | relevance | path

Searched refs:peer_feat (Results 1 – 7 of 7) sorted by relevance

/system/bt/btif/src/
Dbtif_hf_client.cc88 tBTA_HF_CLIENT_PEER_FEAT peer_feat; // HF features member
365 (cb->peer_feat & BTA_HF_CLIENT_PEER_CODEC)) { in connect_audio()
413 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) { in start_voice_recognition()
435 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) { in stop_voice_recognition()
541 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()
566 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) { in handle_call_action()
575 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) { in handle_call_action()
620 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECS) { in query_current_calls()
700 if (cb->peer_feat & BTA_HF_CLIENT_PEER_VTAG) { in request_last_voice_tag_number()
[all …]
Dbtif_hf.cc114 tBTA_AG_PEER_FEAT peer_feat; member
256 hf_cb->peer_feat = 0; in reset_control_block()
333 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
379 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat; in btif_hf_upstreams_evt()
633 hf_cb->peer_feat = 0; in connect_int()
814 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StartVoiceRecognition()
816 __func__, btif_hf_cb[idx].peer_feat); in StartVoiceRecognition()
838 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StopVoiceRecognition()
840 __func__, btif_hf_cb[idx].peer_feat); in StopVoiceRecognition()
/system/bt/bta/include/
Dbta_hf_client_api.h181 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbta_ag_api.h366 tBTA_AG_PEER_FEAT peer_feat; member
/system/bt/include/hardware/
Dbt_hf_client.h181 unsigned int peer_feat, unsigned int chld_feat);
/system/bt/bta/hf_client/
Dbta_hf_client_act.cc454 evt.conn.peer_feat = client_cb->peer_features; in bta_hf_client_svc_conn_open()
/system/bt/bta/ag/
Dbta_ag_act.cc776 evt.peer_feat = p_scb->peer_features; in bta_ag_svc_conn_open()