Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc81 tBTA_HF_CLIENT_PEER_FEAT peer_feat; // HF features member
358 (cb->peer_feat & BTA_HF_CLIENT_PEER_CODEC)) { in connect_audio()
406 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) { in start_voice_recognition()
428 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) { in stop_voice_recognition()
533 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()
558 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) { in handle_call_action()
567 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) { in handle_call_action()
612 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECS) { in query_current_calls()
692 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
276 hf_cb->peer_feat = 0; in reset_control_block()
414 btif_hf_cb[idx].peer_feat = 0; in btif_hf_upstreams_evt()
478 p_data->conn.peer_feat, IOT_CONF_BYTE_NUM_2); in btif_hf_upstreams_evt()
481 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat; in btif_hf_upstreams_evt()
792 hf_cb->peer_feat = 0; in connect_int()
980 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_ECNR)) { in isNoiseReductionSupported()
993 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in isVoiceRecognitionSupported()
1010 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StartVoiceRecognition()
1012 btif_hf_cb[idx].peer_feat); in StartVoiceRecognition()
[all …]
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h201 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbta_ag_api.h401 tBTA_AG_PEER_FEAT peer_feat; member
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h182 unsigned int peer_feat, unsigned int chld_feat);
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_act.cc446 evt.conn.peer_feat = client_cb->peer_features; in bta_hf_client_svc_conn_open()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp73 unsigned int peer_feat, in connection_state_cb() argument
82 log::debug("state {} peer_feat {} chld_feat {}", state, peer_feat, chld_feat); in connection_state_cb()
84 (jint)state, (jint)peer_feat, (jint)chld_feat, in connection_state_cb()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_act.cc840 evt.peer_feat = p_scb->peer_features; in bta_ag_svc_conn_open()