ESP-IDF
btc_a2dp_source_ctrl()
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_ctrl()
btc_a2dp_source_ctrl() function
Syntax
Show:
Summary
Declaration
from
btc_a2dp_source.c:239
static
bool
btc_a2dp_source_ctrl
(
uint32_t
sig
,
void
*
param
)
;
Arguments
Argument
sig
param
Examples
References
from
examples
Code
Location
Referrer
static
bool
btc_a2dp_source_ctrl
(
uint32_t
sig
,
void
*
param
)
btc_a2dp_source.c:239
if
(
btc_a2dp_source_ctrl
(
BTC_MEDIA_TASK_INIT
,
NULL
)
==
false
)
{
btc_a2dp_source.c:296
btc_a2dp_source_startup()
btc_a2dp_source_ctrl
(
BTC_MEDIA_TASK_CLEAN_UP
,
NULL
)
;
btc_a2dp_source.c:322
btc_a2dp_source_shutdown()
btc_a2dp_source_ctrl
(
BTC_MEDIA_START_AA_TX
,
NULL
)
;
btc_a2dp_source.c:495
btc_a2dp_source_start_audio_req()
btc_a2dp_source_ctrl
(
BTC_MEDIA_STOP_AA_TX
,
NULL
)
;
btc_a2dp_source.c:523
btc_a2dp_source_stop_audio_req()
btc_a2dp_source_ctrl
(
BTC_MEDIA_SBC_ENC_INIT
,
p_buf
)
;
btc_a2dp_source.c:548
btc_a2dp_source_enc_init_req()
btc_a2dp_source_ctrl
(
BTC_MEDIA_SBC_ENC_UPDATE
,
p_buf
)
;
btc_a2dp_source.c:570
btc_a2dp_source_enc_update_req()
btc_a2dp_source_ctrl
(
BTC_MEDIA_AUDIO_FEEDING_INIT
,
p_buf
)
;
btc_a2dp_source.c:591
btc_a2dp_source_audio_feeding_init_req()
btc_a2dp_source_ctrl
(
BTC_MEDIA_FLUSH_AA_TX
,
NULL
)
;
btc_a2dp_source.c:619
btc_a2dp_source_tx_flush_req()
Call Tree
from
examples
btc_a2dp_source_ctrl()
is called by 8 functions and calls 11 functions:
btc_a2dp_source_startup()
btc_a2dp_source_shutdown()
btc_a2dp_source_start_audio_req()
btc_a2dp_source_stop_audio_req()
btc_a2dp_source_enc_init_req()
btc_a2dp_source_enc_update_req()
btc_a2dp_source_audio_feeding_init_req()
btc_a2dp_source_tx_flush_req()
All items filtered out
btc_a2dp_source_ctrl()
free()
esp_log_timestamp()
esp_log_write()
btc_a2dp_source_thread_cleanup()
btc_a2dp_source_aa_tx_flush()
btc_a2dp_source_audio_feeding_init()
btc_a2dp_source_aa_stop_tx()
btc_a2dp_source_aa_start_tx()
btc_a2dp_source_thread_init()
btc_a2dp_source_enc_update()
btc_a2dp_source_enc_init()
All items filtered out
Data Use
from
examples
btc_a2dp_source_ctrl()
reads 10 variables:
esp_log_level_t::ESP_LOG_WARN
appl_trace_level
::BTC_MEDIA_TASK_INIT
::BTC_MEDIA_TASK_CLEAN_UP
::BTC_MEDIA_START_AA_TX
::BTC_MEDIA_STOP_AA_TX
::BTC_MEDIA_SBC_ENC_INIT
::BTC_MEDIA_SBC_ENC_UPDATE
::BTC_MEDIA_FLUSH_AA_TX
::BTC_MEDIA_AUDIO_FEEDING_INIT
All items filtered out
btc_a2dp_source_ctrl()
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