ESP-IDF
btc_a2dp_source_startup()
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
btc_a2dp_source_startup()
btc_a2dp_source_startup() function
* Public functions * Function btc_a2dp_source_startup * Description Initialize and startup the A2DP source module. This function * should be called by the BTC AV state machine prior to using * the module * Returns TRUE is success
Syntax
Show:
Summary
Declaration
Definition
from
btc_a2dp_source.h:68
bool
btc_a2dp_source_startup
(
void
)
;
Implemented in
btc_a2dp_source.c:277
Examples
References
from
examples
Code
Location
Referrer
bool
btc_a2dp_source_startup
(
void
)
btc_a2dp_source.c:277
bool
btc_a2dp_source_startup
(
void
)
;
btc_a2dp_source.h:68
stat
=
btc_a2dp_source_startup
(
)
;
btc_av.c:1118
btc_av_init()
Call Tree
from
examples
btc_a2dp_source_startup()
is called by 1 function and calls 4 functions:
btc_av_init()
All items filtered out
btc_a2dp_source_startup()
esp_log_timestamp()
esp_log_write()
btc_get_current_thread()
btc_a2dp_source_ctrl()
All items filtered out
Data Use
from
examples
btc_a2dp_source_startup()
reads 7 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
btc_a2dp_source_state
a2dp_source_local_param
::BTC_MEDIA_TASK_INIT
::BTC_A2DP_SOURCE_STATE_OFF
All items filtered out
btc_a2dp_source_startup()
a2dp_source_local_param_t::btc_aa_src_task_hdl
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