ESP-IDF
tRFCOMM_CB::rx_frame
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
tRFCOMM_CB::rx_frame
tRFCOMM_CB::rx_frame field
Syntax
Show:
Summary
Declaration
from
rfc_int.h:211
MX_FRAME
rx_frame
;
Examples
References
from
examples
Code
Location
Referrer
MX_FRAME
rx_frame
;
rfc_int.h:211
event
=
rfc_parse_data
(
p_mcb
,
&
rfc_cb
.
rfc
.
rx_frame
,
p_buf
)
;
rfc_l2cap_if.c:313
RFCOMM_BufDataInd()
if
(
rfc_cb
.
rfc
.
rx_frame
.
dlci
==
RFCOMM_MX_DLCI
)
{
rfc_l2cap_if.c:321
RFCOMM_BufDataInd()
if
(
(
(
p_port
=
port_find_mcb_dlci_port
(
p_mcb
,
rfc_cb
.
rfc
.
rx_frame
.
dlci
)
)
==
NULL
)
rfc_l2cap_if.c:335
RFCOMM_BufDataInd()
if
(
(
p_mcb
->
is_initiator
&&
!
rfc_cb
.
rfc
.
rx_frame
.
cr
)
rfc_l2cap_if.c:339
RFCOMM_BufDataInd()
||
(
!
p_mcb
->
is_initiator
&&
rfc_cb
.
rfc
.
rx_frame
.
cr
)
)
{
rfc_l2cap_if.c:340
RFCOMM_BufDataInd()
rfc_send_dm
(
p_mcb
,
rfc_cb
.
rfc
.
rx_frame
.
dlci
,
rfc_cb
.
rfc
.
rx_frame
.
pf
)
;
rfc_l2cap_if.c:341
RFCOMM_BufDataInd()
if
(
(
p_port
=
port_find_dlci_port
(
rfc_cb
.
rfc
.
rx_frame
.
dlci
)
)
==
NULL
)
{
rfc_l2cap_if.c:347
RFCOMM_BufDataInd()
rfc_send_dm
(
p_mcb
,
rfc_cb
.
rfc
.
rx_frame
.
dlci
,
TRUE
)
;
rfc_l2cap_if.c:348
RFCOMM_BufDataInd()
p_mcb
->
port_inx
[
rfc_cb
.
rfc
.
rx_frame
.
dlci
]
=
p_port
->
inx
;
rfc_l2cap_if.c:352
RFCOMM_BufDataInd()
if
(
rfc_cb
.
rfc
.
rx_frame
.
credit
!=
0
)
{
rfc_l2cap_if.c:363
RFCOMM_BufDataInd()
rfc_inc_credit
(
p_port
,
rfc_cb
.
rfc
.
rx_frame
.
credit
)
;
rfc_l2cap_if.c:364
RFCOMM_BufDataInd()
*
p_data
++
=
rfc_cb
.
rfc
.
rx_frame
.
u
.
pn
.
priority
;
rfc_ts_frames.c:259
rfc_send_pn()
*
p_data
++
=
rfc_cb
.
rfc
.
rx_frame
.
ea
|
rfc_ts_frames.c:442
rfc_send_nsc()
(
rfc_cb
.
rfc
.
rx_frame
.
cr
<
<
RFCOMM_SHIFT_CR
)
|
rfc_ts_frames.c:443
rfc_send_nsc()
rfc_cb
.
rfc
.
rx_frame
.
type
;
rfc_ts_frames.c:444
rfc_send_nsc()
MX_FRAME
*
p_rx_frame
=
&
rfc_cb
.
rfc
.
rx_frame
;
rfc_ts_frames.c:747
rfc_process_mx_message()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tRFCOMM_CB::rx_frame
is read by 3 functions:
All items filtered out
tRFCOMM_CB::rx_frame
RFCOMM_BufDataInd()
rfc_send_pn()
rfc_send_nsc()
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