ESP-IDF
t_l2c_linkcb::link_flush_tout
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
t_l2c_linkcb::link_flush_tout
t_l2c_linkcb::link_flush_tout field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:399
UINT16
link_flush_tout
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
link_flush_tout
;
/* Flush timeout used */
l2c_int.h:399
if
(
p_lcb
->
link_flush_tout
!=
flush_tout
)
{
l2c_api.c:1172
L2CA_SetFlushTimeout()
p_lcb
->
link_flush_tout
=
flush_tout
;
l2c_api.c:1173
L2CA_SetFlushTimeout()
if
(
p_lcb
->
link_flush_tout
!=
flush_tout
)
{
l2c_api.c:1192
L2CA_SetFlushTimeout()
p_lcb
->
link_flush_tout
=
flush_tout
;
l2c_api.c:1193
L2CA_SetFlushTimeout()
p_lcb
->
link_flush_tout
=
0xFFFF
;
l2c_utils.c:97
l2cu_allocate_lcb()
if
(
p_cfg
->
flush_to
<
p_lcb
->
link_flush_tout
)
{
l2c_utils.c:2185
l2cu_process_our_cfg_req()
p_lcb
->
link_flush_tout
=
p_cfg
->
flush_to
;
l2c_utils.c:2186
l2cu_process_our_cfg_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_linkcb::link_flush_tout
is written by 3 functions and is read by 2 functions:
L2CA_SetFlushTimeout()
l2cu_allocate_lcb()
l2cu_process_our_cfg_req()
All items filtered out
t_l2c_linkcb::link_flush_tout
L2CA_SetFlushTimeout()
l2cu_process_our_cfg_req()
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