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.cc84 tBTA_HF_CLIENT_PEER_FEAT peer_feat; // HF features member
361 (cb->peer_feat & BTA_HF_CLIENT_PEER_CODEC)) { in connect_audio()
409 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) { in start_voice_recognition()
431 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) { in stop_voice_recognition()
537 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) { in handle_call_action()
544 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) { in handle_call_action()
562 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) { in handle_call_action()
571 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) { in handle_call_action()
616 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECS) { in query_current_calls()
696 if (cb->peer_feat & BTA_HF_CLIENT_PEER_VTAG) { in request_last_voice_tag_number()
[all …]
Dbtif_hf.cc112 tBTA_AG_PEER_FEAT peer_feat; member
254 hf_cb->peer_feat = 0; in reset_control_block()
367 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
413 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat; in btif_hf_upstreams_evt()
670 hf_cb->peer_feat = 0; in connect_int()
848 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_ECNR)) { in isNoiseReductionSupported()
861 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in isVoiceRecognitionSupported()
879 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StartVoiceRecognition()
881 __func__, btif_hf_cb[idx].peer_feat); in StartVoiceRecognition()
903 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StopVoiceRecognition()
[all …]
/system/bt/bta/include/
Dbta_hf_client_api.h194 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbta_ag_api.h389 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.cc449 evt.conn.peer_feat = client_cb->peer_features; in bta_hf_client_svc_conn_open()
/system/bt/bta/ag/
Dbta_ag_act.cc773 evt.peer_feat = p_scb->peer_features; in bta_ag_svc_conn_open()