ESP-IDF
tAVDT_REPORT_DATA
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAVDT_REPORT_DATA
tAVDT_REPORT_DATA union
Syntax
Show:
Summary
Declaration
from
avdt_api.h:237
typedef
union
{
tAVDT_SENDER_INFO
sr
;
tAVDT_REPORT_BLK
rr
;
UINT8
cname
[
AVDT_MAX_CNAME_SIZE
+
1
]
;
}
tAVDT_REPORT_DATA
;
Fields
Field
Declared as
tAVDT_REPORT_DATA::sr
tAVDT_SENDER_INFO
tAVDT_REPORT_DATA::rr
tAVDT_REPORT_BLK
tAVDT_REPORT_DATA::cname
UINT8
[
AVDT_MAX_CNAME_SIZE
+
1
]
Related Functions
Found 2 other functions taking a
tAVDT_REPORT_DATA
argument:
Function
Description
AVDT_SendReport()
* Function AVDT_SendReport * Description * Returns
bta_av_a2dp_report_cback()
* Function bta_av_a2dp_report_cback * Description A2DP report callback. * Returns void
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out