ESP-IDF
tL2C_LINK_STATE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_LINK_STATE
tL2C_LINK_STATE enum
Syntax
Show:
Summary
Declaration
from
l2c_int.h:96
enum
{
LST_DISCONNECTED
,
LST_CONNECT_HOLDING
,
LST_CONNECTING_WAIT_SWITCH
,
LST_CONNECTING
,
LST_CONNECTED
,
LST_DISCONNECTING
}
;
Values
Value
Declared as
tL2C_LINK_STATE::LST_DISCONNECTED
tL2C_LINK_STATE::LST_CONNECT_HOLDING
tL2C_LINK_STATE::LST_CONNECTING_WAIT_SWITCH
tL2C_LINK_STATE::LST_CONNECTING
tL2C_LINK_STATE::LST_CONNECTED
tL2C_LINK_STATE::LST_DISCONNECTING
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
l2c_int.h:96
}
tL2C_LINK_STATE
;
l2c_int.h:103
tL2C_LINK_STATE
tL2C_LINK_STATE
link_state
;
l2c_int.h:380
t_l2c_linkcb
t_l2c_linkcb::link_state
extern
tL2C_LCB
*
l2cu_find_lcb_by_state
(
tL2C_LINK_STATE
state
)
;
l2c_int.h:705
l2cu_find_lcb_by_state()
l2cu_find_lcb_by_state()::state
tL2C_LCB
*
l2cu_find_lcb_by_state
(
tL2C_LINK_STATE
state
)
l2c_utils.c:2444
l2cu_find_lcb_by_state()
l2cu_find_lcb_by_state()::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_linkcb::link_state
t_l2c_linkcb
l2c_int.h:380
l2cu_find_lcb_by_state()::state
l2cu_find_lcb_by_state()
l2c_int.h:705
l2cu_find_lcb_by_state()::state
l2cu_find_lcb_by_state()
l2c_utils.c:2444
Lifecycle
from
examples
All items filtered out
All items filtered out