ESP-IDF
btc_a2dp_source_thread_init()
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_source_thread_init()
btc_a2dp_source_thread_init() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_a2dp_source.c:173
static
void
btc_a2dp_source_thread_init
(
UNUSED_ATTR
void
*
context
)
;
Implemented in
btc_a2dp_source.c:1618
Arguments
Argument
context
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_a2dp_source_thread_init
(
UNUSED_ATTR
void
*
context
)
btc_a2dp_source.c:1618
static
void
btc_a2dp_source_thread_init
(
UNUSED_ATTR
void
*
context
)
;
btc_a2dp_source.c:173
btc_a2dp_source_thread_init
(
NULL
)
;
btc_a2dp_source.c:243
btc_a2dp_source_ctrl()
Call Tree
from
examples
btc_a2dp_source_thread_init()
is called by 1 function and calls 7 functions:
btc_a2dp_source_ctrl()
All items filtered out
btc_a2dp_source_thread_init()
__assert_func()
esp_log_timestamp()
esp_log_write()
osi_event_create()
osi_event_bind()
fixed_queue_new()
btc_a2dp_control_init()
All items filtered out
Data Use
from
examples
btc_a2dp_source_thread_init()
reads 7 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
a2dp_source_local_param
::BTC_A2DP_SOURCE_STATE_ON
a2dp_source_local_param_t::btc_aa_src_cb
a2dp_source_local_param_t::btc_aa_src_task_hdl
btc_a2dp_source_handle_timer()
All items filtered out
btc_a2dp_source_thread_init()
btc_a2dp_source_state
tBTC_A2DP_SOURCE_CB::TxAaQ
tBTC_A2DP_SOURCE_CB::poll_data
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