ESP-IDF
tL2CAP_FCR_OPTS::rtrans_tout
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
tL2CAP_FCR_OPTS::rtrans_tout
tL2CAP_FCR_OPTS::rtrans_tout field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:145
UINT16
rtrans_tout
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
rtrans_tout
;
l2c_api.h:145
.
rtrans_tout
=
2000
,
bta_jv_act.c:2618
fcchan_get()
fixed_reg
.
fixed_chnl_opts
.
rtrans_tout
=
2000
;
gatt_main.c:123
gatt_init()
&&
(
(
p_ccb
->
our_cfg
.
fcr
.
mon_tout
==
0
)
||
(
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
)
)
)
{
l2c_csm.c:730
l2c_csm_config()
tout
=
(
UINT32
)
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
;
l2c_fcr.c:178
l2c_fcr_start_timer()
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
=
L2CAP_MIN_RETRANS_TOUT
;
l2c_fcr.c:1849
l2c_fcr_adj_monitor_retran_timeout()
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
=
0
;
l2c_fcr.c:1852
l2c_fcr_adj_monitor_retran_timeout()
p_ccb
->
our_cfg
.
fcr
.
mon_tout
,
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
)
;
l2c_fcr.c:1856
l2c_fcr_adj_monitor_retran_timeout()
p_cfg
->
fcr
.
rtrans_tout
=
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
;
l2c_fcr.c:1895
l2c_fcr_adj_our_rsp_options()
p_cfg
->
fcr
.
rtrans_tout
=
p_cfg
->
fcr
.
mon_tout
=
p_cfg
->
fcr
.
mps
=
0
;
l2c_fcr.c:2049
l2c_fcr_process_peer_cfg_req()
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
=
p_ccb
->
our_cfg
.
fcr
.
mon_tout
=
p_ccb
->
our_cfg
.
fcr
.
mps
=
0
;
l2c_fcr.c:2050
l2c_fcr_process_peer_cfg_req()
STREAM_TO_UINT16
(
cfg_info
.
fcr
.
rtrans_tout
,
p
)
;
l2c_main.c:565
process_l2cap_cmd()
STREAM_TO_UINT16
(
cfg_info
.
fcr
.
rtrans_tout
,
p
)
;
l2c_main.c:656
process_l2cap_cmd()
UINT16_TO_STREAM
(
p
,
p_cfg
->
fcr
.
rtrans_tout
)
;
l2c_utils.c:724
l2cu_send_peer_config_req()
UINT16_TO_STREAM
(
p
,
p_ccb
->
our_cfg
.
fcr
.
rtrans_tout
)
;
l2c_utils.c:822
l2cu_send_peer_config_rsp()
p_ccb
->
peer_cfg
.
fcr
.
rtrans_tout
=
p_cfg
->
fcr
.
rtrans_tout
;
l2c_utils.c:2101
l2cu_process_peer_cfg_rsp()
p_cfg
->
fcr
.
mon_tout
=
p_cfg
->
fcr
.
rtrans_tout
=
0
;
l2c_utils.c:2147
l2cu_process_our_cfg_req()
cfg
.
fcr
.
rtrans_tout
,
cfg
.
fcr
.
mon_tout
,
cfg
.
fcr
.
mps
)
;
sdp_main.c:275
sdp_connect_ind()
cfg
.
fcr
.
rtrans_tout
,
cfg
.
fcr
.
mon_tout
,
cfg
.
fcr
.
mps
)
;
sdp_main.c:327
sdp_connect_cfm()
fixed_reg
.
fixed_chnl_opts
.
rtrans_tout
=
0
;
smp_l2c.c:64
smp_l2cap_if_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_FCR_OPTS::rtrans_tout
is written by 8 functions and is read by 9 functions:
gatt_init()
l2c_fcr_adj_monitor_retran_timeout()
l2c_fcr_adj_our_rsp_options()
l2c_fcr_process_peer_cfg_req()
process_l2cap_cmd()
l2cu_process_peer_cfg_rsp()
l2cu_process_our_cfg_req()
smp_l2cap_if_init()
All items filtered out
tL2CAP_FCR_OPTS::rtrans_tout
l2c_csm_config()
l2c_fcr_start_timer()
l2c_fcr_adj_monitor_retran_timeout()
l2c_fcr_adj_our_rsp_options()
l2cu_send_peer_config_req()
l2cu_send_peer_config_rsp()
l2cu_process_peer_cfg_rsp()
sdp_connect_ind()
sdp_connect_cfm()
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