ESP-IDF
tL2CAP_CFG_INFO::flush_to
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tL2CAP_CFG_INFO::flush_to
tL2CAP_CFG_INFO::flush_to field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:161
UINT16
flush_to
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
flush_to
;
l2c_api.h:161
cfg
.
flush_to
=
p_tbl
->
my_flush_to
;
avdt_l2c.c:112
avdt_sec_check_complete_term()
cfg
.
flush_to
=
p_tbl
->
my_flush_to
;
avdt_l2c.c:156
avdt_sec_check_complete_orig()
cfg
.
flush_to
=
p_tbl
->
my_flush_to
;
avdt_l2c.c:253
avdt_l2c_connect_ind_cback()
cfg
.
flush_to
=
p_tbl
->
my_flush_to
;
avdt_l2c.c:291
avdt_l2c_connect_cfm_cback()
hd_cb
.
l2cap_cfg
.
flush_to
=
HID_DEV_FLUSH_TO
;
hidd_conn.c:599
hidd_conn_reg()
hd_cb
.
l2cap_intr_cfg
.
flush_to
=
HID_DEV_FLUSH_TO
;
hidd_conn.c:604
hidd_conn_reg()
hh_cb
.
l2cap_cfg
.
flush_to
=
HID_HOST_FLUSH_TO
;
hidh_conn.c:98
hidh_conn_reg()
STREAM_TO_UINT16
(
cfg_info
.
flush_to
,
p
)
;
l2c_main.c:546
process_l2cap_cmd()
STREAM_TO_UINT16
(
cfg_info
.
flush_to
,
p
)
;
l2c_main.c:637
process_l2cap_cmd()
UINT16_TO_STREAM
(
p
,
p_cfg
->
flush_to
)
;
l2c_utils.c:705
l2cu_send_peer_config_req()
UINT16_TO_STREAM
(
p
,
p_cfg
->
flush_to
)
;
l2c_utils.c:803
l2cu_send_peer_config_rsp()
p_ccb
->
our_cfg
.
flush_to
=
p_ccb
->
peer_cfg
.
flush_to
=
L2CAP_DEFAULT_FLUSH_TO
;
l2c_utils.c:1533
l2cu_allocate_ccb()
if
(
!
p_cfg
->
flush_to
)
{
l2c_utils.c:2009
l2cu_process_peer_cfg_req()
p_cfg
->
flush_to
=
0xFFFF
;
/* Infinite retransmissions (spec default) */
l2c_utils.c:2010
l2cu_process_peer_cfg_req()
p_ccb
->
peer_cfg
.
flush_to
=
p_cfg
->
flush_to
;
l2c_utils.c:2014
l2cu_process_peer_cfg_req()
p_cfg
->
flush_to
=
p_ccb
->
peer_cfg
.
flush_to
;
l2c_utils.c:2021
l2cu_process_peer_cfg_req()
if
(
(
p_cfg
->
flush_to
==
0
)
||
(
p_cfg
->
flush_to
==
L2CAP_NO_AUTOMATIC_FLUSH
)
)
{
l2c_utils.c:2176
l2cu_process_our_cfg_req()
p_ccb
->
our_cfg
.
flush_to
=
p_cfg
->
flush_to
;
l2c_utils.c:2182
l2cu_process_our_cfg_req()
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()
if
(
p_cfg
->
flush_to
<=
(
(
HCI_MAX_AUTO_FLUSH_TOUT
*
5
)
/
8
)
)
{
l2c_utils.c:2189
l2cu_process_our_cfg_req()
hci_flush_to
=
(
(
p_cfg
->
flush_to
*
8
)
+
3
)
/
5
;
l2c_utils.c:2191
l2cu_process_our_cfg_req()
sdp_cb
.
l2cap_my_cfg
.
flush_to
=
SDP_FLUSH_TO
;
sdp_main.c:150
sdp_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_CFG_INFO::flush_to
is written by 11 functions and is read by 4 functions:
avdt_sec_check_complete_term()
avdt_sec_check_complete_orig()
avdt_l2c_connect_ind_cback()
avdt_l2c_connect_cfm_cback()
hidd_conn_reg()
hidh_conn_reg()
process_l2cap_cmd()
l2cu_allocate_ccb()
l2cu_process_peer_cfg_req()
l2cu_process_our_cfg_req()
sdp_init()
All items filtered out
tL2CAP_CFG_INFO::flush_to
l2cu_send_peer_config_req()
l2cu_send_peer_config_rsp()
l2cu_process_peer_cfg_req()
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