Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.c114 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
276 (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC)) in connect_audio()
329 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) in start_voice_recognition()
352 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) in stop_voice_recognition()
457 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) in handle_call_action()
465 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) in handle_call_action()
486 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC) in handle_call_action()
497 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC) in handle_call_action()
543 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECS) in query_current_calls()
620 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_VTAG) in request_last_voice_tag_number()
[all …]
Dbtif_hf.c158 tBTA_AG_PEER_FEAT peer_feat; member
420 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
454 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
468 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat; in btif_hf_upstreams_evt()
898 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC) in start_voice_recognition()
939 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC) in stop_voice_recognition()
/system/bt/bta/include/
Dbta_hf_client_api.h173 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbta_ag_api.h295 tBTA_AG_PEER_FEAT peer_feat; member
/system/bt/bta/hf_client/
Dbta_hf_client_act.c550 evt.conn.peer_feat = bta_hf_client_cb.scb.peer_features; in bta_hf_client_svc_conn_open()
/system/bt/bta/ag/
Dbta_ag_act.c829 evt.peer_feat = p_scb->peer_features; in bta_ag_svc_conn_open()