ESP-IDF
tAVRC_FRAG_CB::frag_enabled
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_enabled
tAVRC_FRAG_CB::frag_enabled field
Syntax
Show:
Summary
Declaration
from
avrc_int.h:105
BOOLEAN
frag_enabled
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
frag_enabled
;
/* fragmentation flag */
avrc_int.h:105
p_fcb
->
frag_enabled
=
FALSE
;
avrc_api.c:225
avrc_send_continue_frag()
p_fcb
->
frag_enabled
=
FALSE
;
avrc_api.c:239
avrc_send_continue_frag()
else
if
(
avrc_cb
.
fcb
[
handle
]
.
frag_enabled
)
{
avrc_api.c:276
avrc_proc_vendor_command()
p_fcb
->
frag_enabled
=
FALSE
;
avrc_api.c:325
avrc_proc_vendor_command()
if
(
p_fcb
->
frag_enabled
)
{
avrc_api.c:975
AVRC_MsgReq()
p_fcb
->
frag_enabled
=
FALSE
;
avrc_api.c:976
AVRC_MsgReq()
p_fcb
->
frag_enabled
=
TRUE
;
avrc_api.c:992
AVRC_MsgReq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_FRAG_CB::frag_enabled
is written by 3 functions and is read by 2 functions:
avrc_send_continue_frag()
avrc_proc_vendor_command()
AVRC_MsgReq()
All items filtered out
tAVRC_FRAG_CB::frag_enabled
avrc_proc_vendor_command()
AVRC_MsgReq()
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