ESP-IDF
btc_a2dp_sink_data_ready()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_a2dp_sink_data_ready()
btc_a2dp_sink_data_ready() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_a2dp_sink.c:129
static
void
btc_a2dp_sink_data_ready
(
void
*
context
)
;
Implemented in
btc_a2dp_sink.c:347
Arguments
Argument
context
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_a2dp_sink_data_ready
(
UNUSED_ATTR
void
*
context
)
btc_a2dp_sink.c:347
static
void
btc_a2dp_sink_data_ready
(
void
*
context
)
;
btc_a2dp_sink.c:129
struct
osi_event
*
data_event
=
osi_event_create
(
btc_a2dp_sink_data_ready
,
NULL
)
;
btc_a2dp_sink.c:726
btc_a2dp_sink_thread_init()
Call Tree
from
examples
btc_a2dp_sink_data_ready()
calls 9 functions:
All items filtered out
btc_a2dp_sink_data_ready()
free()
esp_log_timestamp()
esp_log_write()
osi_thread_post_event()
fixed_queue_is_empty()
fixed_queue_length()
fixed_queue_dequeue()
btc_a2dp_sink_flush_q()
btc_a2dp_sink_handle_inc_media()
All items filtered out
Data Use
from
examples
btc_a2dp_sink_data_ready()
reads 10 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
::BTC_A2DP_SINK_STATE_ON
tBTC_A2DP_SINK_CB::rx_flush
tBTC_A2DP_SINK_CB::data_ready_event
tBTC_A2DP_SINK_CB::RxSbcQ
a2dp_sink_local_param_t::btc_aa_snk_cb
btc_a2dp_sink_state
a2dp_sink_local_param
All items filtered out
btc_a2dp_sink_data_ready()
btc_a2dp_sink_thread_init()
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
btc_a2dp_sink_data_ready()
allocates 1 types:
tBT_SBC_HDR
All items filtered out
btc_a2dp_sink_data_ready()
All items filtered out