ESP-IDF
tRFC_MCB::port_inx
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
tRFC_MCB::port_inx
tRFC_MCB::port_inx field
Syntax
Show:
Summary
Declaration
from
port_int.h:93
UINT8
port_inx
[
RFCOMM_MAX_DLCI
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
port_inx
[
RFCOMM_MAX_DLCI
+
1
]
;
/* Array for quick access to */
port_int.h:93
p_mcb
->
port_inx
[
p_port
->
dlci
]
=
p_port
->
inx
;
port_rfc.c:71
port_open_continue()
p_mcb
->
port_inx
[
dlci
]
=
p_port
->
inx
;
port_rfc.c:309
PORT_ParNegInd()
p_mcb
->
port_inx
[
dlci
]
=
p_port
->
inx
;
port_rfc.c:449
PORT_DlcEstablishInd()
p_mcb
->
port_inx
[
dlci
]
=
p_port
->
inx
;
port_rfc.c:582
PORT_PortNegInd()
p_mcb
->
port_inx
[
p_port
->
dlci
]
=
0
;
port_rfc.c:1065
port_rfc_closed()
p_port
->
rfc
.
p_mcb
->
port_inx
[
p_port
->
dlci
]
=
0
;
port_utils.c:234
port_release_port()
inx
=
p_mcb
->
port_inx
[
dlci
]
;
port_utils.c:330
port_find_mcb_dlci_port()
if
(
(
idx
=
p_mcb
->
port_inx
[
i
]
)
!=
0
)
{
rfc_l2cap_if.c:179
RFCOMM_ConnectCnf()
p_mcb
->
port_inx
[
i
]
=
0
;
rfc_l2cap_if.c:180
RFCOMM_ConnectCnf()
p_mcb
->
port_inx
[
i
+
1
]
=
idx
;
rfc_l2cap_if.c:181
RFCOMM_ConnectCnf()
p_mcb
->
port_inx
[
rfc_cb
.
rfc
.
rx_frame
.
dlci
]
=
p_port
->
inx
;
rfc_l2cap_if.c:352
RFCOMM_BufDataInd()
if
(
(
idx
=
p_mcb
->
port_inx
[
i
]
)
!=
0
)
{
rfc_mx_fsm.c:258
rfc_mx_sm_state_wait_conn_cnf()
p_mcb
->
port_inx
[
i
]
=
0
;
rfc_mx_fsm.c:259
rfc_mx_sm_state_wait_conn_cnf()
p_mcb
->
port_inx
[
i
+
1
]
=
idx
;
rfc_mx_fsm.c:260
rfc_mx_sm_state_wait_conn_cnf()
if
(
p_mcb
->
port_inx
[
i
]
!=
0
)
{
rfc_utils.c:323
rfc_check_mcb_active()
p_mcb
->
port_inx
[
p_port
->
dlci
]
=
0
;
rfc_utils.c:415
rfc_port_closed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tRFC_MCB::port_inx
is read by 12 functions:
All items filtered out
tRFC_MCB::port_inx
port_open_continue()
PORT_ParNegInd()
PORT_DlcEstablishInd()
PORT_PortNegInd()
port_rfc_closed()
port_release_port()
port_find_mcb_dlci_port()
RFCOMM_ConnectCnf()
RFCOMM_BufDataInd()
rfc_mx_sm_state_wait_conn_cnf()
rfc_check_mcb_active()
rfc_port_closed()
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