ESP-IDF
tBTA_AV_SEP::p_app_data_cback
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
tBTA_AV_SEP::p_app_data_cback
tBTA_AV_SEP::p_app_data_cback field
Syntax
Show:
Summary
Declaration
from
bta_av_int.h:352
tBTA_AV_DATA_CBACK
*
p_app_data_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_AV_DATA_CBACK
*
p_app_data_cback
;
/* Application callback for media packets */
bta_av_int.h:352
p_scb
->
seps
[
p_scb
->
sep_idx
]
.
p_app_data_cback
(
BTA_AV_MEDIA_DATA_EVT
,
(
tBTA_AV_MEDIA
*
)
p_pkt
)
;
bta_av_aact.c:590
bta_av_stream_data_cback()
(
p_scb
->
seps
[
p_scb
->
sep_idx
]
.
p_app_data_cback
!=
NULL
)
)
{
bta_av_aact.c:1273
bta_av_setconfig_rsp()
p_scb
->
seps
[
p_scb
->
sep_idx
]
.
p_app_data_cback
(
BTA_AV_MEDIA_SINK_CFG_EVT
,
bta_av_aact.c:1274
bta_av_setconfig_rsp()
if
(
p_scb
->
seps
[
p_scb
->
sep_idx
]
.
p_app_data_cback
!=
NULL
)
{
bta_av_aact.c:1902
bta_av_getcap_results()
p_scb
->
seps
[
p_scb
->
sep_idx
]
.
p_app_data_cback
(
BTA_AV_MEDIA_SINK_CFG_EVT
,
bta_av_aact.c:1904
bta_av_getcap_results()
p_scb
->
seps
[
index
]
.
p_app_data_cback
=
p_data
->
api_reg
.
p_app_data_cback
;
bta_av_main.c:677
bta_av_api_register()
p_scb
->
seps
[
index
]
.
p_app_data_cback
=
NULL
;
/* In case of A2DP SOURCE we don't need a callback to handle media packets */
bta_av_main.c:679
bta_av_api_register()
Call Tree
from
examples
tBTA_AV_SEP::p_app_data_cback
is called by 3 functions:
bta_av_stream_data_cback()
bta_av_setconfig_rsp()
bta_av_getcap_results()
All items filtered out
tBTA_AV_SEP::p_app_data_cback
All items filtered out
Data Use
from
examples
tBTA_AV_SEP::p_app_data_cback
is written by 1 function and is read by 2 functions:
bta_av_api_register()
All items filtered out
tBTA_AV_SEP::p_app_data_cback
bta_av_setconfig_rsp()
bta_av_getcap_results()
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