ESP-IDF
tAVRC_CB::fcb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAVRC_CB::fcb
tAVRC_CB::fcb field
Syntax
Show:
Summary
Declaration
from
avrc_int.h:119
tAVRC_FRAG_CB
fcb
[
AVCT_NUM_CONN
]
;
Examples
References
from
examples
Code
Location
Referrer
tAVRC_FRAG_CB
fcb
[
AVCT_NUM_CONN
]
;
avrc_int.h:119
p_fcb
=
&
avrc_cb
.
fcb
[
handle
]
;
avrc_api.c:155
avrc_prep_end_frag()
p_fcb
=
&
avrc_cb
.
fcb
[
handle
]
;
avrc_api.c:195
avrc_send_continue_frag()
else
if
(
avrc_cb
.
fcb
[
handle
]
.
frag_enabled
)
{
avrc_api.c:276
avrc_proc_vendor_command()
p_fcb
=
&
avrc_cb
.
fcb
[
handle
]
;
avrc_api.c:277
avrc_proc_vendor_command()
memset
(
&
avrc_cb
.
fcb
[
*
p_handle
]
,
0
,
sizeof
(
tAVRC_FRAG_CB
)
)
;
avrc_api.c:876
AVRC_Open()
p_fcb
=
&
avrc_cb
.
fcb
[
handle
]
;
avrc_api.c:974
AVRC_MsgReq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_CB::fcb
is read by 5 functions:
All items filtered out
tAVRC_CB::fcb
avrc_prep_end_frag()
avrc_send_continue_frag()
avrc_proc_vendor_command()
AVRC_Open()
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