ESP-IDF
btc_report_audio_state()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_report_audio_state()
btc_report_audio_state() function
Syntax
Show:
Summary
Declaration
from
btc_av.c:283
static
void
btc_report_audio_state
(
esp_a2d_audio_state_t
state
,
bt_bdaddr_t
*
bd_addr
)
;
Arguments
Argument
state
bd_addr
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_report_audio_state
(
esp_a2d_audio_state_t
state
,
bt_bdaddr_t
*
bd_addr
)
btc_av.c:283
btc_report_audio_state
(
ESP_A2D_AUDIO_STATE_STARTED
,
&
(
btc_av_cb
.
peer_bda
)
)
;
btc_av.c:864
btc_av_state_started_handler()
btc_report_audio_state
(
ESP_A2D_AUDIO_STATE_SUSPEND
,
&
(
btc_av_cb
.
peer_bda
)
)
;
btc_av.c:957
btc_av_state_started_handler()
btc_report_audio_state
(
ESP_A2D_AUDIO_STATE_SUSPEND
,
&
(
btc_av_cb
.
peer_bda
)
)
;
btc_av.c:970
btc_av_state_started_handler()
Call Tree
from
examples
btc_report_audio_state()
is called by 1 function and calls 1 function:
btc_av_state_started_handler()
All items filtered out
btc_report_audio_state()
btc_a2d_cb_to_app()
All items filtered out
Data Use
from
examples
btc_report_audio_state()
reads 3 variables and writes 1 variable:
esp_a2d_cb_event_t::ESP_A2D_AUDIO_STATE_EVT
a2d_audio_stat_param::remote_bda
esp_a2d_cb_param_t::audio_stat
All items filtered out
btc_report_audio_state()
a2d_audio_stat_param::state
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