ESP-IDF
tAVRC_FRAG_CB::p_fmsg
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::p_fmsg
tAVRC_FRAG_CB::p_fmsg field
Syntax
Show:
Summary
Declaration
from
avrc_int.h:103
BT_HDR
*
p_fmsg
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
*
p_fmsg
;
/* the fragmented message */
avrc_int.h:103
p_orig_data
=
(
(
UINT8
*
)
(
p_fcb
->
p_fmsg
+
1
)
+
p_fcb
->
p_fmsg
->
offset
)
;
avrc_api.c:160
avrc_prep_end_frag()
p_pkt_new
=
p_fcb
->
p_fmsg
;
avrc_api.c:163
avrc_prep_end_frag()
p_pkt
=
p_fcb
->
p_fmsg
;
avrc_api.c:196
avrc_send_continue_frag()
p_pkt_old
=
p_fcb
->
p_fmsg
;
avrc_api.c:202
avrc_send_continue_frag()
p_pkt
=
p_fcb
->
p_fmsg
;
avrc_api.c:223
avrc_send_continue_frag()
p_fcb
->
p_fmsg
=
NULL
;
avrc_api.c:224
avrc_send_continue_frag()
p_fcb
->
p_fmsg
=
NULL
;
avrc_api.c:240
avrc_send_continue_frag()
if
(
p_fcb
->
p_fmsg
)
{
avrc_api.c:321
avrc_proc_vendor_command()
osi_free
(
p_fcb
->
p_fmsg
)
;
avrc_api.c:322
avrc_proc_vendor_command()
p_fcb
->
p_fmsg
=
NULL
;
avrc_api.c:323
avrc_proc_vendor_command()
if
(
p_fcb
->
p_fmsg
)
{
avrc_api.c:979
AVRC_MsgReq()
osi_free
(
p_fcb
->
p_fmsg
)
;
avrc_api.c:980
AVRC_MsgReq()
p_fcb
->
p_fmsg
=
NULL
;
avrc_api.c:981
AVRC_MsgReq()
p_fcb
->
p_fmsg
=
p_pkt
;
avrc_api.c:993
AVRC_MsgReq()
p_pkt_new
=
p_fcb
->
p_fmsg
;
avrc_api.c:996
AVRC_MsgReq()
p_pkt
->
len
,
len
,
p_fcb
->
p_fmsg
->
len
)
;
avrc_api.c:1015
AVRC_MsgReq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_FRAG_CB::p_fmsg
is written by 3 functions and is read by 4 functions:
avrc_send_continue_frag()
avrc_proc_vendor_command()
AVRC_MsgReq()
All items filtered out
tAVRC_FRAG_CB::p_fmsg
avrc_prep_end_frag()
avrc_send_continue_frag()
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