ESP-IDF
btc_a2dp_source_shutdown()
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_shutdown()
btc_a2dp_source_shutdown() function
* Function btc_a2dp_source_shutdown * Description Shutdown and cleanup the A2DP source module.
Syntax
Show:
Summary
Declaration
Definition
from
btc_a2dp_source.h:77
void
btc_a2dp_source_shutdown
(
void
)
;
Implemented in
btc_a2dp_source.c:316
Examples
References
from
examples
Code
Location
Referrer
void
btc_a2dp_source_shutdown
(
void
)
btc_a2dp_source.c:316
void
btc_a2dp_source_shutdown
(
void
)
;
btc_a2dp_source.h:77
btc_a2dp_source_shutdown
(
)
;
btc_av.c:1202
clean_up()
Call Tree
from
examples
btc_a2dp_source_shutdown()
is called by 1 function and calls 3 functions:
clean_up()
All items filtered out
btc_a2dp_source_shutdown()
esp_log_timestamp()
esp_log_write()
btc_a2dp_source_ctrl()
All items filtered out
Data Use
from
examples
btc_a2dp_source_shutdown()
reads 5 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
a2dp_source_local_param
::BTC_MEDIA_TASK_CLEAN_UP
::BTC_A2DP_SOURCE_STATE_SHUTTING_DOWN
All items filtered out
btc_a2dp_source_shutdown()
btc_a2dp_source_state
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