ESP-IDF
CST_OPEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CST_OPEN
CST_OPEN value
Syntax
Show:
Summary
Declaration
from
l2c_int.h:89
CST_OPEN
;
Examples
References
from
examples
Code
Location
Referrer
CST_OPEN
,
/* Data transfer state */
l2c_int.h:89
p_ccb
->
chnl_state
=
CST_OPEN
;
l2c_api.c:952
L2CA_LocalLoopbackReq()
if
(
(
p_ccb
->
chnl_state
==
CST_OPEN
)
&&
(
!
p_ccb
->
fcrb
.
wait_ack
)
)
{
l2c_api.c:1011
L2CA_FlowControl()
if
(
(
p_ccb
->
chnl_state
!=
CST_OPEN
)
||
(
p_ccb
->
peer_cfg
.
fcr
.
mode
!=
L2CAP_FCR_ERTM_MODE
)
)
{
l2c_api.c:1044
L2CA_SendTestSFrame()
case
CST_OPEN
:
l2c_csm.c:93
l2c_csm_execute()
p_ccb
->
chnl_state
=
CST_OPEN
;
l2c_csm.c:716
l2c_csm_config()
p_ccb
->
chnl_state
=
CST_OPEN
;
l2c_csm.c:800
l2c_csm_config()
if
(
(
p_ccb
->
chnl_state
==
CST_OPEN
)
&&
l2c_csm.c:817
l2c_csm_config()
if
(
(
!
p_ccb
->
in_use
)
||
(
p_ccb
->
chnl_state
!=
CST_OPEN
)
)
{
l2c_fcr.c:511
l2c_fcr_send_S_frame()
if
(
(
!
p_ccb
->
in_use
)
||
(
p_ccb
->
chnl_state
!=
CST_OPEN
)
)
{
l2c_fcr.c:745
l2c_fcr_proc_pdu()
if
(
p_ccb
->
in_use
&&
(
p_ccb
->
chnl_state
==
CST_OPEN
)
)
{
l2c_fcr.c:756
l2c_fcr_proc_pdu()
if
(
(
p_ccb
->
chnl_state
==
CST_OPEN
)
&&
(
!
p_ccb
->
fcrb
.
wait_ack
)
l2c_fcr.c:853
l2c_fcr_proc_ack_tout()
if
(
(
num_to_ack
!=
0
)
&&
p_ccb
->
in_use
&&
(
p_ccb
->
chnl_state
==
CST_OPEN
)
)
{
l2c_fcr.c:1185
process_i_frame()
if
(
(
p_ccb
->
chnl_state
==
CST_OPEN
)
||
(
p_ccb
->
chnl_state
==
CST_CONFIG
)
)
{
l2c_main.c:335
l2c_rcv_acl_data()
p_ccb
->
chnl_state
=
CST_OPEN
;
l2c_utils.c:2735
l2cu_initialize_fixed_ccb()
p_lcb
->
p_fixed_ccbs
[
xx
]
->
chnl_state
=
CST_OPEN
;
l2c_utils.c:2857
l2cu_process_fixed_chnl_resp()
if
(
p_ccb
->
chnl_state
!=
CST_OPEN
)
{
l2c_utils.c:3354
l2cu_get_next_channel_in_rr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
CST_OPEN
is read by 13 functions:
All items filtered out
CST_OPEN
L2CA_LocalLoopbackReq()
L2CA_FlowControl()
L2CA_SendTestSFrame()
l2c_csm_execute()
l2c_csm_config()
l2c_fcr_send_S_frame()
l2c_fcr_proc_pdu()
l2c_fcr_proc_ack_tout()
process_i_frame()
l2c_rcv_acl_data()
l2cu_initialize_fixed_ccb()
l2cu_process_fixed_chnl_resp()
l2cu_get_next_channel_in_rr()
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