ESP-IDF
MX_FRAME::dlci
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::dlci
MX_FRAME::dlci field
Syntax
Show:
Summary
Declaration
from
rfc_int.h:79
UINT8
dlci
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
dlci
;
rfc_int.h:79
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()
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()
UINT8
dlci
=
p_frame
->
dlci
;
rfc_port_fsm.c:528
rfc_process_pn()
if
(
(
p_port
=
port_find_mcb_dlci_port
(
p_mcb
,
p_frame
->
dlci
)
)
==
NULL
)
{
rfc_port_fsm.c:571
rfc_process_rpn()
PORT_PortNegInd
(
p_mcb
,
p_frame
->
dlci
,
&
port_pars
,
p_frame
->
u
.
rpn
.
param_mask
)
;
rfc_port_fsm.c:578
rfc_process_rpn()
rfc_send_rpn
(
p_mcb
,
p_frame
->
dlci
,
FALSE
,
&
p_port
->
peer_port_pars
,
0
)
;
rfc_port_fsm.c:586
rfc_process_rpn()
PORT_PortNegInd
(
p_mcb
,
p_frame
->
dlci
,
&
port_pars
,
p_frame
->
u
.
rpn
.
param_mask
)
;
rfc_port_fsm.c:595
rfc_process_rpn()
p_port
=
port_find_mcb_dlci_port
(
p_mcb
,
p_frame
->
dlci
)
;
rfc_port_fsm.c:600
rfc_process_rpn()
rfc_send_rpn
(
p_mcb
,
p_frame
->
dlci
,
TRUE
,
&
p_port
->
peer_port_pars
,
rfc_port_fsm.c:623
rfc_process_rpn()
rfc_send_rpn
(
p_mcb
,
p_frame
->
dlci
,
TRUE
,
&
p_port
->
peer_port_pars
,
rfc_port_fsm.c:650
rfc_process_rpn()
p_port
=
port_find_mcb_dlci_port
(
p_mcb
,
p_frame
->
dlci
)
;
rfc_port_fsm.c:679
rfc_process_msc()
rfc_send_msc
(
p_mcb
,
p_frame
->
dlci
,
FALSE
,
&
pars
)
;
rfc_port_fsm.c:711
rfc_process_msc()
PORT_FlowInd
(
p_mcb
,
p_frame
->
dlci
,
(
BOOLEAN
)
!
new_peer_fc
)
;
rfc_port_fsm.c:718
rfc_process_msc()
PORT_ControlInd
(
p_mcb
,
p_frame
->
dlci
,
&
pars
)
;
rfc_port_fsm.c:722
rfc_process_msc()
PORT_LineStatusInd
(
p_mcb
,
p_frame
->
dlci
,
p_frame
->
u
.
rls
.
line_status
)
;
rfc_port_fsm.c:753
rfc_process_rls()
rfc_send_rls
(
p_mcb
,
p_frame
->
dlci
,
FALSE
,
p_frame
->
u
.
rls
.
line_status
)
;
rfc_port_fsm.c:754
rfc_process_rls()
p_port
=
port_find_mcb_dlci_port
(
p_mcb
,
p_frame
->
dlci
)
;
rfc_port_fsm.c:756
rfc_process_rls()
RFCOMM_PARSE_CTRL_FIELD
(
ead
,
p_frame
->
cr
,
p_frame
->
dlci
,
p_data
)
;
rfc_ts_frames.c:643
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()
||
len
||
!
RFCOMM_VALID_DLCI
(
p_frame
->
dlci
)
rfc_ts_frames.c:698
rfc_parse_data()
||
!
p_frame
->
pf
||
len
||
!
RFCOMM_VALID_DLCI
(
p_frame
->
dlci
)
rfc_ts_frames.c:708
rfc_parse_data()
if
(
!
RFCOMM_VALID_DLCI
(
p_frame
->
dlci
)
)
{
rfc_ts_frames.c:717
rfc_parse_data()
p_rx_frame
->
dlci
=
*
p_data
++
&
RFCOMM_PN_DLCI_MASK
;
rfc_ts_frames.c:788
rfc_process_mx_message()
if
(
!
p_rx_frame
->
dlci
rfc_ts_frames.c:798
rfc_process_mx_message()
||
!
RFCOMM_VALID_DLCI
(
p_rx_frame
->
dlci
)
rfc_ts_frames.c:799
rfc_process_mx_message()
p_rx_frame
->
dlci
=
*
p_data
++
>
>
RFCOMM_SHIFT_DLCI
;
rfc_ts_frames.c:853
rfc_process_mx_message()
if
(
!
ea
||
!
cr
||
!
p_rx_frame
->
dlci
rfc_ts_frames.c:855
rfc_process_mx_message()
||
!
RFCOMM_VALID_DLCI
(
p_rx_frame
->
dlci
)
)
{
rfc_ts_frames.c:856
rfc_process_mx_message()
p_rx_frame
->
dlci
=
*
p_data
++
>
>
RFCOMM_SHIFT_DLCI
;
rfc_ts_frames.c:896
rfc_process_mx_message()
if
(
!
ea
||
!
cr
||
!
p_rx_frame
->
dlci
rfc_ts_frames.c:898
rfc_process_mx_message()
||
!
RFCOMM_VALID_DLCI
(
p_rx_frame
->
dlci
)
)
{
rfc_ts_frames.c:899
rfc_process_mx_message()
p_rx_frame
->
dlci
=
*
p_data
++
>
>
RFCOMM_SHIFT_DLCI
;
rfc_ts_frames.c:931
rfc_process_mx_message()
if
(
!
ea
||
!
cr
||
!
p_rx_frame
->
dlci
rfc_ts_frames.c:934
rfc_process_mx_message()
||
!
RFCOMM_VALID_DLCI
(
p_rx_frame
->
dlci
)
)
{
rfc_ts_frames.c:935
rfc_process_mx_message()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MX_FRAME::dlci
is written by 2 functions and is read by 7 functions:
rfc_parse_data()
rfc_process_mx_message()
All items filtered out
MX_FRAME::dlci
RFCOMM_BufDataInd()
rfc_process_pn()
rfc_process_rpn()
rfc_process_msc()
rfc_process_rls()
rfc_parse_data()
rfc_process_mx_message()
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