ESP-IDF
tL2C_CHNL_STATE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tL2C_CHNL_STATE
tL2C_CHNL_STATE enum
Syntax
Show:
Summary
Declaration
from
l2c_int.h:82
enum
{
CST_CLOSED
,
CST_ORIG_W4_SEC_COMP
,
CST_TERM_W4_SEC_COMP
,
CST_W4_L2CAP_CONNECT_RSP
,
CST_W4_L2CA_CONNECT_RSP
,
CST_CONFIG
,
CST_OPEN
,
CST_W4_L2CAP_DISCONNECT_RSP
,
CST_W4_L2CA_DISCONNECT_RSP
}
;
Values
Value
Declared as
tL2C_CHNL_STATE::CST_CLOSED
tL2C_CHNL_STATE::CST_ORIG_W4_SEC_COMP
tL2C_CHNL_STATE::CST_TERM_W4_SEC_COMP
tL2C_CHNL_STATE::CST_W4_L2CAP_CONNECT_RSP
tL2C_CHNL_STATE::CST_W4_L2CA_CONNECT_RSP
tL2C_CHNL_STATE::CST_CONFIG
tL2C_CHNL_STATE::CST_OPEN
tL2C_CHNL_STATE::CST_W4_L2CAP_DISCONNECT_RSP
tL2C_CHNL_STATE::CST_W4_L2CA_DISCONNECT_RSP
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
l2c_int.h:82
}
tL2C_CHNL_STATE
;
l2c_int.h:92
tL2C_CHNL_STATE
tempstate
;
l2c_csm.c:886
l2c_csm_open()
}
tL2C_CHNL_STATE
;
l2c_int.h:92
tL2C_CHNL_STATE
tL2C_CHNL_STATE
chnl_state
;
/* Channel state */
l2c_int.h:280
t_l2c_ccb
t_l2c_ccb::chnl_state
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
t_l2c_ccb::chnl_state
t_l2c_ccb
l2c_int.h:280
Lifecycle
from
examples
All items filtered out
All items filtered out