ESP-IDF
tAVRC_FRAG_CB::frag_pdu
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
tAVRC_FRAG_CB::frag_pdu
tAVRC_FRAG_CB::frag_pdu field
Syntax
Show:
Summary
Declaration
from
avrc_int.h:104
UINT8
frag_pdu
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
frag_pdu
;
/* the PDU ID for fragmentation */
avrc_int.h:104
*
p_data
++
=
p_fcb
->
frag_pdu
;
avrc_api.c:171
avrc_prep_end_frag()
if
(
*
(
p_data
+
4
)
!=
p_fcb
->
frag_pdu
)
{
avrc_api.c:285
avrc_proc_vendor_command()
if
(
*
(
p_data
+
4
)
==
p_fcb
->
frag_pdu
)
{
avrc_api.c:298
avrc_proc_vendor_command()
*
(
p_data
+
4
)
,
p_fcb
->
frag_pdu
)
;
avrc_api.c:305
avrc_proc_vendor_command()
p_fcb
->
frag_pdu
=
*
p_start
;
avrc_api.c:994
AVRC_MsgReq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_FRAG_CB::frag_pdu
is written by 1 function and is read by 2 functions:
AVRC_MsgReq()
All items filtered out
tAVRC_FRAG_CB::frag_pdu
avrc_prep_end_frag()
avrc_proc_vendor_command()
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