ESP-IDF
btc_a2dp_sink_ctrl()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_a2dp_sink_ctrl()
btc_a2dp_sink_ctrl() function
* BTC ADAPTATION
Syntax
Show:
Summary
Declaration
from
btc_a2dp_sink.c:169
static
bool
btc_a2dp_sink_ctrl
(
uint32_t
sig
,
void
*
param
)
;
Arguments
Argument
sig
param
Examples
References
from
examples
Code
Location
Referrer
static
bool
btc_a2dp_sink_ctrl
(
uint32_t
sig
,
void
*
param
)
btc_a2dp_sink.c:169
if
(
btc_a2dp_sink_ctrl
(
BTC_MEDIA_TASK_SINK_INIT
,
NULL
)
==
false
)
{
btc_a2dp_sink.c:217
btc_a2dp_sink_startup()
btc_a2dp_sink_ctrl
(
BTC_MEDIA_TASK_SINK_CLEAN_UP
,
NULL
)
;
btc_a2dp_sink.c:244
btc_a2dp_sink_shutdown()
return
btc_a2dp_sink_ctrl
(
BTC_MEDIA_AUDIO_SINK_CLEAR_TRACK
,
NULL
)
;
btc_a2dp_sink.c:306
btc_a2dp_sink_clear_track()
btc_a2dp_sink_ctrl
(
BTC_MEDIA_AUDIO_SINK_CFG_UPDATE
,
p_buf
)
;
btc_a2dp_sink.c:344
btc_a2dp_sink_reset_decoder()
return
btc_a2dp_sink_ctrl
(
BTC_MEDIA_FLUSH_AA_RX
,
NULL
)
;
btc_a2dp_sink.c:599
btc_a2dp_sink_rx_flush_req()
Call Tree
from
examples
btc_a2dp_sink_ctrl()
is called by 5 functions and calls 8 functions:
btc_a2dp_sink_startup()
btc_a2dp_sink_shutdown()
btc_a2dp_sink_clear_track()
btc_a2dp_sink_reset_decoder()
btc_a2dp_sink_rx_flush_req()
All items filtered out
btc_a2dp_sink_ctrl()
free()
esp_log_timestamp()
esp_log_write()
btc_a2dp_sink_handle_decoder_reset()
btc_a2dp_sink_handle_clear_track()
btc_a2dp_sink_thread_init()
btc_a2dp_sink_thread_cleanup()
btc_a2dp_sink_rx_flush()
All items filtered out
Data Use
from
examples
btc_a2dp_sink_ctrl()
reads 7 variables:
esp_log_level_t::ESP_LOG_WARN
appl_trace_level
::BTC_MEDIA_TASK_SINK_INIT
::BTC_MEDIA_TASK_SINK_CLEAN_UP
::BTC_MEDIA_FLUSH_AA_RX
::BTC_MEDIA_AUDIO_SINK_CFG_UPDATE
::BTC_MEDIA_AUDIO_SINK_CLEAR_TRACK
All items filtered out
btc_a2dp_sink_ctrl()
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