ESP-IDF
tL2CAP_FCR_OPTS::max_transmit
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::max_transmit
tL2CAP_FCR_OPTS::max_transmit field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:144
UINT8
max_transmit
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
max_transmit
;
l2c_api.h:144
.
max_transmit
=
0xFF
,
bta_jv_act.c:2617
fcchan_get()
fixed_reg
.
fixed_chnl_opts
.
max_transmit
=
0xFF
;
gatt_main.c:122
gatt_init()
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
,
l2c_fcr.c:816
l2c_fcr_proc_tout()
if
(
(
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
!=
0
)
&&
(
++
p_ccb
->
fcrb
.
num_tries
>
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
)
)
{
l2c_fcr.c:824
l2c_fcr_proc_tout()
&&
(
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
!=
0
)
l2c_fcr.c:1416
retransmit_i_frames()
&&
(
p_ccb
->
fcrb
.
num_tries
>=
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
)
)
{
l2c_fcr.c:1417
retransmit_i_frames()
p_ccb
->
fcrb
.
last_rx_ack
,
p_ccb
->
local_cid
,
p_ccb
->
fcrb
.
num_tries
,
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
,
l2c_fcr.c:1419
retransmit_i_frames()
p_cfg
->
fcr
.
max_transmit
=
p_ccb
->
peer_cfg
.
fcr
.
max_transmit
;
l2c_fcr.c:1893
l2c_fcr_adj_our_rsp_options()
p_cfg
->
fcr
.
max_transmit
=
p_ccb
->
our_cfg
.
fcr
.
max_transmit
;
l2c_fcr.c:2041
l2c_fcr_process_peer_cfg_req()
p_cfg
->
fcr
.
max_transmit
=
p_cfg
->
fcr
.
tx_win_sz
=
0
;
l2c_fcr.c:2048
l2c_fcr_process_peer_cfg_req()
STREAM_TO_UINT8
(
cfg_info
.
fcr
.
max_transmit
,
p
)
;
l2c_main.c:564
process_l2cap_cmd()
STREAM_TO_UINT8
(
cfg_info
.
fcr
.
max_transmit
,
p
)
;
l2c_main.c:655
process_l2cap_cmd()
UINT8_TO_STREAM
(
p
,
p_cfg
->
fcr
.
max_transmit
)
;
l2c_utils.c:723
l2cu_send_peer_config_req()
UINT8_TO_STREAM
(
p
,
p_cfg
->
fcr
.
max_transmit
)
;
l2c_utils.c:821
l2cu_send_peer_config_rsp()
p_cfg
->
fcr
.
max_transmit
=
p_cfg
->
fcr
.
tx_win_sz
=
0
;
l2c_utils.c:2150
l2cu_process_our_cfg_req()
cfg
.
fcr
.
mode
,
cfg
.
fcr
.
tx_win_sz
,
cfg
.
fcr
.
max_transmit
,
sdp_main.c:274
sdp_connect_ind()
cfg
.
fcr
.
mode
,
cfg
.
fcr
.
tx_win_sz
,
cfg
.
fcr
.
max_transmit
,
sdp_main.c:326
sdp_connect_cfm()
fixed_reg
.
fixed_chnl_opts
.
max_transmit
=
0
;
smp_l2c.c:63
smp_l2cap_if_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_FCR_OPTS::max_transmit
is written by 6 functions and is read by 8 functions:
gatt_init()
l2c_fcr_adj_our_rsp_options()
l2c_fcr_process_peer_cfg_req()
process_l2cap_cmd()
l2cu_process_our_cfg_req()
smp_l2cap_if_init()
All items filtered out
tL2CAP_FCR_OPTS::max_transmit
l2c_fcr_proc_tout()
retransmit_i_frames()
l2c_fcr_adj_our_rsp_options()
l2c_fcr_process_peer_cfg_req()
l2cu_send_peer_config_req()
l2cu_send_peer_config_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