ESP-IDF
esp_hf_client_cb_t
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
esp_hf_client_cb_t
esp_hf_client_cb_t
HFP client callback function type
Syntax
Show:
Summary
Declaration
from
esp_hf_client_api.h:314
typedef
void
(
*
esp_hf_client_cb_t
)
(
esp_hf_client_cb_event_t
event
,
esp_hf_client_cb_param_t
*
param
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
esp_hf_client_cb_t
)
(
esp_hf_client_cb_event_t
event
,
esp_hf_client_cb_param_t
*
param
)
;
esp_hf_client_api.h:314
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()
esp_err_t
esp_hf_client_register_callback
(
esp_hf_client_cb_t
callback
)
esp_hf_client_api.c:18
esp_hf_client_register_callback()
esp_err_t
esp_hf_client_register_callback
(
esp_hf_client_cb_t
callback
)
;
esp_hf_client_api.h:328
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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