ESP-IDF
BTC_PID_HF_CLIENT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTC_PID_HF_CLIENT
BTC_PID_HF_CLIENT value
Syntax
Show:
Summary
Declaration
from
btc_task.h:68
BTC_PID_HF_CLIENT
;
Examples
References
from
examples
Code
Location
Referrer
BTC_PID_HF_CLIENT
,
btc_task.h:68
esp_hf_client_cb_t
btc_hf_client_callback
=
(
esp_hf_client_cb_t
)
btc_profile_cb_get
(
BTC_PID_HF_CLIENT
)
;
btc_hf_client.c:108
btc_hf_client_cb_to_app()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
btc_hf_client.c:749
bte_hf_client_evt()
[
BTC_PID_HF_CLIENT
]
=
{
btc_hf_client_call_handler
,
btc_hf_client_cb_handler
}
,
btc_task.c:150
btc_profile_cb_set
(
BTC_PID_HF_CLIENT
,
callback
)
;
esp_hf_client_api.c:28
esp_hf_client_register_callback()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:41
esp_hf_client_init()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:58
esp_hf_client_deinit()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:77
esp_hf_client_connect()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:99
esp_hf_client_disconnect()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:121
esp_hf_client_connect_audio()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:143
esp_hf_client_disconnect_audio()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:164
esp_hf_client_start_voice_recognition()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:181
esp_hf_client_stop_voice_recognition()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:199
esp_hf_client_volume_update()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:225
esp_hf_client_dial()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:250
esp_hf_client_dial_memory()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:271
esp_hf_client_send_chld_cmd()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:293
esp_hf_client_send_btrh_cmd()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:313
esp_hf_client_answer_call()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:330
esp_hf_client_reject_call()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:347
esp_hf_client_query_current_calls()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:364
esp_hf_client_query_current_operator_name()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:381
esp_hf_client_retrieve_subscriber_info()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:399
esp_hf_client_send_dtmf()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:424
esp_hf_client_send_xapl()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:450
esp_hf_client_send_iphoneaccev()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:472
esp_hf_client_request_last_voice_tag_number()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:488
esp_hf_client_send_nrec()
msg
.
pid
=
BTC_PID_HF_CLIENT
;
esp_hf_client_api.c:505
esp_hf_client_register_data_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTC_PID_HF_CLIENT
is read by 27 functions:
All items filtered out
BTC_PID_HF_CLIENT
btc_hf_client_cb_to_app()
bte_hf_client_evt()
esp_hf_client_register_callback()
esp_hf_client_init()
esp_hf_client_deinit()
esp_hf_client_connect()
esp_hf_client_disconnect()
esp_hf_client_connect_audio()
esp_hf_client_disconnect_audio()
esp_hf_client_start_voice_recognition()
esp_hf_client_stop_voice_recognition()
esp_hf_client_volume_update()
esp_hf_client_dial()
esp_hf_client_dial_memory()
esp_hf_client_send_chld_cmd()
esp_hf_client_send_btrh_cmd()
esp_hf_client_answer_call()
esp_hf_client_reject_call()
esp_hf_client_query_current_calls()
esp_hf_client_query_current_operator_name()
esp_hf_client_retrieve_subscriber_info()
esp_hf_client_send_dtmf()
esp_hf_client_send_xapl()
esp_hf_client_send_iphoneaccev()
esp_hf_client_request_last_voice_tag_number()
esp_hf_client_send_nrec()
esp_hf_client_register_data_callback()
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