ESP-IDF
btc_hf_client_cb_t::peer_feat
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_hf_client_cb_t::peer_feat
btc_hf_client_cb_t::peer_feat field
Syntax
Show:
Summary
Declaration
from
btc_hf_client.h:140
tBTA_HF_CLIENT_PEER_FEAT
peer_feat
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HF_CLIENT_PEER_FEAT
peer_feat
;
btc_hf_client.h:140
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_CODEC
)
btc_hf_client.c:289
btc_hf_client_connect_audio()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_FEAT_VREC
)
btc_hf_client.c:348
btc_hf_client_start_voice_recognition()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_FEAT_VREC
)
btc_hf_client.c:372
btc_hf_client_stop_voice_recognition()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_FEAT_3WAY
)
btc_hf_client.c:468
btc_hf_client_send_chld_cmd()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_FEAT_3WAY
)
btc_hf_client.c:476
btc_hf_client_send_chld_cmd()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_ECC
)
btc_hf_client.c:497
btc_hf_client_send_chld_cmd()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_ECC
)
btc_hf_client.c:508
btc_hf_client_send_chld_cmd()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_ECS
)
btc_hf_client.c:571
btc_hf_client_query_current_calls()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_VTAG
)
btc_hf_client.c:683
btc_hf_client_request_last_voice_tag_number()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_FEAT_ECNR
)
btc_hf_client.c:706
btc_hf_client_send_nrec()
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
=
0
;
btc_hf_client.c:888
btc_hf_client_cb_handler()
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
=
p_data
->
conn
.
peer_feat
;
btc_hf_client.c:925
btc_hf_client_cb_handler()
param
.
conn_stat
.
peer_feat
=
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
;
btc_hf_client.c:931
btc_hf_client_cb_handler()
if
(
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
&
BTA_HF_CLIENT_PEER_INBAND
)
btc_hf_client.c:941
btc_hf_client_cb_handler()
hf_client_local_param
.
btc_hf_client_cb
.
peer_feat
=
0
;
btc_hf_client.c:966
btc_hf_client_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_client_cb_t::peer_feat
is written by 1 function and is read by 8 functions:
btc_hf_client_cb_handler()
All items filtered out
btc_hf_client_cb_t::peer_feat
btc_hf_client_connect_audio()
btc_hf_client_start_voice_recognition()
btc_hf_client_stop_voice_recognition()
btc_hf_client_send_chld_cmd()
btc_hf_client_query_current_calls()
btc_hf_client_request_last_voice_tag_number()
btc_hf_client_send_nrec()
btc_hf_client_cb_handler()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out