ESP-IDF
btc_a2dp_source_on_stopped()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_a2dp_source_on_stopped()
btc_a2dp_source_on_stopped() function
* Function btc_a2dp_source_on_stopped
Syntax
Show:
Summary
Declaration
Definition
from
btc_a2dp_source.h:195
void
btc_a2dp_source_on_stopped
(
tBTA_AV_SUSPEND
*
p_av
)
;
Implemented in
btc_a2dp_source.c:348
Arguments
Argument
p_av
Related Functions
Found 5 other functions taking a
tBTA_AV_SUSPEND
argument:
Function
Description
btc_a2dp_on_stopped()
* Function btc_a2dp_on_stopped
btc_a2dp_on_suspended()
* Function btc_a2dp_on_suspended
btc_a2dp_source_on_suspended()
* Function btc_a2dp_source_on_suspended
btc_a2dp_sink_on_stopped()
* Function btc_a2dp_sink_on_stopped
btc_a2dp_sink_on_suspended()
* Function btc_a2dp_on_suspended
Examples
References
from
examples
Code
Location
Referrer
void
btc_a2dp_source_on_stopped
(
tBTA_AV_SUSPEND
*
p_av
)
btc_a2dp_source.c:348
void
btc_a2dp_source_on_stopped
(
tBTA_AV_SUSPEND
*
p_av
)
;
btc_a2dp_source.h:195
btc_a2dp_source_on_stopped
(
p_av
)
;
btc_a2dp.c:123
btc_a2dp_on_stopped()
Call Tree
from
examples
btc_a2dp_source_on_stopped()
is called by 1 function and calls 5 functions:
btc_a2dp_on_stopped()
All items filtered out
btc_a2dp_source_on_stopped()
esp_log_timestamp()
esp_log_write()
btc_a2dp_source_stop_audio_req()
btc_a2dp_source_tx_flush_req()
btc_a2dp_control_command_ack()
All items filtered out
Data Use
from
examples
btc_a2dp_source_on_stopped()
reads 7 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
esp_a2d_media_ctrl_ack_t::ESP_A2D_MEDIA_CTRL_ACK_FAILURE
tBTA_AV_SUSPEND::initiator
tBTA_AV_SUSPEND::status
a2dp_source_local_param
a2dp_source_local_param_t::btc_aa_src_cb
All items filtered out
btc_a2dp_source_on_stopped()
tBTC_A2DP_SOURCE_CB::tx_flush
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