ESP-IDF
tL2C_FCRB::wait_ack
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
tL2C_FCRB::wait_ack
tL2C_FCRB::wait_ack field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:187
BOOLEAN
wait_ack
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
wait_ack
;
/* Transmitter is waiting ack (poll sent) */
l2c_int.h:187
if
(
(
p_ccb
->
chnl_state
==
CST_OPEN
)
&&
(
!
p_ccb
->
fcrb
.
wait_ack
)
)
{
l2c_api.c:1011
L2CA_FlowControl()
if
(
p_ccb
->
fcrb
.
wait_ack
)
{
l2c_csm.c:721
l2c_csm_config()
if
(
p_ccb
->
fcrb
.
wait_ack
)
{
l2c_csm.c:808
l2c_csm_config()
if
(
p_ccb
->
fcrb
.
wait_ack
)
{
l2c_fcr.c:175
l2c_fcr_start_timer()
p_ccb
->
fcrb
.
wait_ack
=
TRUE
;
l2c_fcr.c:520
l2c_fcr_send_S_frame()
if
(
p_ccb
->
fcrb
.
wait_ack
)
{
l2c_fcr.c:692
l2c_fcr_proc_pdu()
p_ccb
->
fcrb
.
wait_ack
=
FALSE
;
l2c_fcr.c:714
l2c_fcr_proc_pdu()
&&
(
p_ccb
->
fcrb
.
wait_ack
==
FALSE
)
l2c_fcr.c:796
l2c_fcr_proc_pdu()
p_ccb
->
fcrb
.
wait_ack
,
l2c_fcr.c:817
l2c_fcr_proc_tout()
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()
if
(
(
p_ccb
->
chnl_state
==
CST_OPEN
)
&&
(
!
p_ccb
->
fcrb
.
wait_ack
)
l2c_fcr.c:853
l2c_fcr_proc_ack_tout()
if
(
!
p_ccb
->
fcrb
.
wait_ack
)
{
l2c_fcr.c:937
process_reqseq()
if
(
p_ccb
->
fcrb
.
wait_ack
||
p_ccb
->
fcrb
.
remote_busy
)
{
l2c_utils.c:3360
l2cu_get_next_channel_in_rr()
if
(
p_ccb
->
fcrb
.
wait_ack
||
p_ccb
->
fcrb
.
remote_busy
)
{
l2c_utils.c:3486
l2cu_get_next_buffer_to_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::wait_ack
is written by 2 functions and is read by 9 functions:
l2c_fcr_send_S_frame()
l2c_fcr_proc_pdu()
All items filtered out
tL2C_FCRB::wait_ack
L2CA_FlowControl()
l2c_csm_config()
l2c_fcr_start_timer()
l2c_fcr_proc_pdu()
l2c_fcr_proc_tout()
l2c_fcr_proc_ack_tout()
process_reqseq()
l2cu_get_next_channel_in_rr()
l2cu_get_next_buffer_to_send()
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