ESP-IDF
btc_a2dp_source_handle_timer()
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_handle_timer()
btc_a2dp_source_handle_timer() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_a2dp_source.c:186
static
void
btc_a2dp_source_handle_timer
(
UNUSED_ATTR
void
*
context
)
;
Implemented in
btc_a2dp_source.c:1469
Arguments
Argument
context
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_a2dp_source_handle_timer
(
UNUSED_ATTR
void
*
context
)
btc_a2dp_source.c:1469
static
void
btc_a2dp_source_handle_timer
(
UNUSED_ATTR
void
*
context
)
;
btc_a2dp_source.c:186
struct
osi_event
*
poll_data
=
osi_event_create
(
btc_a2dp_source_handle_timer
,
NULL
)
;
btc_a2dp_source.c:1625
btc_a2dp_source_thread_init()
Call Tree
from
examples
btc_a2dp_source_handle_timer()
calls 4 functions:
All items filtered out
btc_a2dp_source_handle_timer()
esp_log_timestamp()
esp_log_write()
log_tstamps_us()
btc_a2dp_source_send_aa_frame()
All items filtered out
Data Use
from
examples
btc_a2dp_source_handle_timer()
reads 8 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_WARN
appl_trace_level
g_a2dp_source_ongoing_deinit
btc_a2dp_source_state
a2dp_source_local_param
::BTC_A2DP_SOURCE_STATE_ON
tBTC_A2DP_SOURCE_CB::is_tx_timer
a2dp_source_local_param_t::btc_aa_src_cb
All items filtered out
btc_a2dp_source_handle_timer()
btc_a2dp_source_thread_init()
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