Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf_client.c111 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
273 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC) in connect_audio()
326 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) in start_voice_recognition()
349 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) in stop_voice_recognition()
456 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) in handle_call_action()
464 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) in handle_call_action()
485 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC) in handle_call_action()
496 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC) in handle_call_action()
542 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECS) in query_current_calls()
619 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_VTAG) in request_last_voice_tag_number()
[all …]
Dbtif_hf.c155 tBTA_AG_PEER_FEAT peer_feat; member
414 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
448 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
462 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat; in btif_hf_upstreams_evt()
863 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC) in start_voice_recognition()
898 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC) in stop_voice_recognition()
/external/bluetooth/bluedroid/bta/include/
Dbta_hf_client_api.h173 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbta_ag_api.h292 tBTA_AG_PEER_FEAT peer_feat; member
/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_act.c555 evt.conn.peer_feat = bta_hf_client_cb.scb.peer_features; in bta_hf_client_svc_conn_open()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_act.c826 evt.peer_feat = p_scb->peer_features; in bta_ag_svc_conn_open()