Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c286 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC) in btc_hf_client_connect_audio()
345 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) in btc_hf_client_start_voice_recognition()
369 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) in btc_hf_client_stop_voice_recognition()
465 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) in btc_hf_client_send_chld_cmd()
473 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) in btc_hf_client_send_chld_cmd()
494 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC) in btc_hf_client_send_chld_cmd()
505 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC) in btc_hf_client_send_chld_cmd()
568 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECS) in btc_hf_client_query_current_calls()
680 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_VTAG) in btc_hf_client_request_last_voice_tag_number()
703 if (hf_client_local_param.btc_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_ECNR) in btc_hf_client_send_nrec()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h140 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbtc_hf_ag.h215 tBTA_AG_PEER_FEAT peer_feat; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c489 if (hf_local_param[idx].btc_hf_cb.peer_feat & BTA_AG_PEER_FEAT_VREC) { in btc_hf_vra()
1331 hf_local_param[idx].btc_hf_cb.peer_feat = 0; in btc_hf_cb_handler()
1346 param.conn_stat.peer_feat = 0; in btc_hf_cb_handler()
1365 hf_local_param[idx].btc_hf_cb.peer_feat = p_data->conn.peer_feat; in btc_hf_cb_handler()
1371 param.conn_stat.peer_feat = hf_local_param[idx].btc_hf_cb.peer_feat; in btc_hf_cb_handler()
1391 param.conn_stat.peer_feat = 0; in btc_hf_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h187 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member
Dbta_ag_api.h360 tBTA_AG_PEER_FEAT peer_feat; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h110 uint32_t peer_feat; /*!< AG supported features */ member
Desp_hf_ag_api.h86 uint32_t peer_feat; /*!< HF supported features */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c548 evt.peer_feat = bta_hf_client_cb.scb.peer_features; in bta_hf_client_svc_conn_open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c716 evt.peer_feat = p_scb->peer_features; in bta_ag_svc_conn_open()