ESP-IDF
tL2C_FCRB::last_ack_sent
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
tL2C_FCRB::last_ack_sent
tL2C_FCRB::last_ack_sent field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:178
UINT8
last_ack_sent
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
last_ack_sent
;
/* Last peer sequence number ack'ed */
l2c_int.h:178
p_fcrb
->
last_ack_sent
=
p_ccb
->
fcrb
.
next_seq_expected
;
l2c_fcr.c:441
prepare_I_frame()
p_ccb
->
fcrb
.
last_ack_sent
=
p_ccb
->
fcrb
.
next_seq_expected
;
l2c_fcr.c:581
l2c_fcr_send_S_frame()
&&
(
p_ccb
->
fcrb
.
next_seq_expected
!=
p_ccb
->
fcrb
.
last_ack_sent
)
)
{
l2c_fcr.c:784
l2c_fcr_proc_pdu()
p_ccb
->
fcrb
.
last_ack_sent
)
;
l2c_fcr.c:789
l2c_fcr_proc_pdu()
p_ccb
->
chnl_state
,
p_ccb
->
fcrb
.
wait_ack
,
p_ccb
->
fcrb
.
next_seq_expected
,
p_ccb
->
fcrb
.
last_ack_sent
)
;
l2c_fcr.c:851
l2c_fcr_proc_ack_tout()
&&
(
p_ccb
->
fcrb
.
last_ack_sent
!=
p_ccb
->
fcrb
.
next_seq_expected
)
)
{
l2c_fcr.c:854
l2c_fcr_proc_ack_tout()
num_to_ack
=
(
p_fcrb
->
next_seq_expected
-
p_fcrb
->
last_ack_sent
)
&
L2CAP_FCR_SEQ_MODULO
;
l2c_fcr.c:1178
process_i_frame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::last_ack_sent
is written by 2 functions and is read by 3 functions:
prepare_I_frame()
l2c_fcr_send_S_frame()
All items filtered out
tL2C_FCRB::last_ack_sent
l2c_fcr_proc_pdu()
l2c_fcr_proc_ack_tout()
process_i_frame()
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