ESP-IDF
LST_CONNECT_HOLDING
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_CONNECT_HOLDING
LST_CONNECT_HOLDING value
Syntax
Show:
Summary
Declaration
from
l2c_int.h:98
LST_CONNECT_HOLDING
;
Examples
References
from
examples
Code
Location
Referrer
LST_CONNECT_HOLDING
,
l2c_int.h:98
if
(
(
p_lcb
->
link_state
==
LST_CONNECTING
)
||
(
p_lcb
->
link_state
==
LST_CONNECT_HOLDING
)
)
{
l2c_link.c:116
l2c_link_hci_conn_req()
p_lcb
->
link_state
=
LST_CONNECT_HOLDING
;
l2c_link.c:237
l2c_link_hci_conn_comp()
if
(
lcb_is_free
&&
(
(
p_lcb
=
l2cu_find_lcb_by_state
(
LST_CONNECT_HOLDING
)
)
!=
NULL
)
)
{
l2c_link.c:511
l2c_link_hci_disc_comp()
(
p_lcb
->
link_state
==
LST_CONNECT_HOLDING
)
||
l2c_link.c:580
l2c_link_timeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LST_CONNECT_HOLDING
is read by 4 functions:
All items filtered out
LST_CONNECT_HOLDING
l2c_link_hci_conn_req()
l2c_link_hci_conn_comp()
l2c_link_hci_disc_comp()
l2c_link_timeout()
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