ESP-IDF
MX_FRAME::pf
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
MX_FRAME::pf
MX_FRAME::pf field
Syntax
Show:
Summary
Declaration
from
rfc_int.h:83
UINT8
pf
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
pf
;
rfc_int.h:83
rfc_send_dm
(
p_mcb
,
rfc_cb
.
rfc
.
rx_frame
.
dlci
,
rfc_cb
.
rfc
.
rx_frame
.
pf
)
;
rfc_l2cap_if.c:341
RFCOMM_BufDataInd()
RFCOMM_PARSE_TYPE_FIELD
(
p_frame
->
type
,
p_frame
->
pf
,
p_data
)
;
rfc_ts_frames.c:648
rfc_parse_data()
(
p_frame
->
dlci
!=
RFCOMM_MX_DLCI
)
&&
(
p_frame
->
pf
==
1
)
)
{
rfc_ts_frames.c:656
rfc_parse_data()
||
!
p_frame
->
pf
||
len
||
!
RFCOMM_VALID_DLCI
(
p_frame
->
dlci
)
rfc_ts_frames.c:678
rfc_parse_data()
||
!
p_frame
->
pf
||
len
||
!
RFCOMM_VALID_DLCI
(
p_frame
->
dlci
)
rfc_ts_frames.c:688
rfc_parse_data()
||
!
p_frame
->
pf
||
len
||
!
RFCOMM_VALID_DLCI
(
p_frame
->
dlci
)
rfc_ts_frames.c:708
rfc_parse_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MX_FRAME::pf
is written by 1 function and is read by 2 functions:
rfc_parse_data()
All items filtered out
MX_FRAME::pf
RFCOMM_BufDataInd()
rfc_parse_data()
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