ESP-IDF
LST_CONNECTING_WAIT_SWITCH
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
LST_CONNECTING_WAIT_SWITCH
LST_CONNECTING_WAIT_SWITCH value
Syntax
Show:
Summary
Declaration
from
l2c_int.h:99
LST_CONNECTING_WAIT_SWITCH
;
Examples
References
from
examples
Code
Location
Referrer
LST_CONNECTING_WAIT_SWITCH
,
l2c_int.h:99
if
(
(
p_lcb
->
link_state
==
LST_CONNECTING_WAIT_SWITCH
)
||
l2c_link.c:578
l2c_link_timeout()
if
(
(
p_lcb
->
in_use
)
&&
(
p_lcb
->
link_state
==
LST_CONNECTING_WAIT_SWITCH
)
)
{
l2c_link.c:946
l2c_link_role_changed()
p_lcb
->
link_state
=
LST_CONNECTING_WAIT_SWITCH
;
l2c_utils.c:2317
l2cu_create_conn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LST_CONNECTING_WAIT_SWITCH
is read by 3 functions:
All items filtered out
LST_CONNECTING_WAIT_SWITCH
l2c_link_timeout()
l2c_link_role_changed()
l2cu_create_conn()
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