ESP-IDF
a2dp_source_local_param_t
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
a2dp_source_local_param_t
a2dp_source_local_param_t struct
Syntax
Show:
Summary
Declaration
from
btc_a2dp_source.c:167
typedef
struct
{
tBTC_A2DP_SOURCE_CB
btc_aa_src_cb
;
osi_thread_t
*
btc_aa_src_task_hdl
;
UINT64
last_frame_us
;
}
a2dp_source_local_param_t
;
Fields
Field
Declared as
a2dp_source_local_param_t::btc_aa_src_cb
tBTC_A2DP_SOURCE_CB
a2dp_source_local_param_t::btc_aa_src_task_hdl
osi_thread_t
*
a2dp_source_local_param_t::last_frame_us
UINT64
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
btc_a2dp_source.c:167
}
a2dp_source_local_param_t
;
btc_a2dp_source.c:171
a2dp_source_local_param_t
static
a2dp_source_local_param_t
a2dp_source_local_param
;
btc_a2dp_source.c:192
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
a2dp_source_local_param
btc_a2dp_source.c:192
Lifecycle
from
examples
All items filtered out
All items filtered out