ESP-IDF
tL2C_FCRB::local_busy
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::local_busy
tL2C_FCRB::local_busy field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:183
BOOLEAN
local_busy
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
local_busy
;
/* TRUE if we have flowed off the peer */
l2c_int.h:183
if
(
p_ccb
->
fcrb
.
local_busy
!=
on_off
)
{
l2c_api.c:1008
L2CA_FlowControl()
p_ccb
->
fcrb
.
local_busy
=
on_off
;
l2c_api.c:1009
L2CA_FlowControl()
}
else
if
(
p_ccb
->
fcrb
.
local_busy
)
{
l2c_fcr.c:698
l2c_fcr_proc_pdu()
if
(
(
!
p_ccb
->
fcrb
.
local_busy
)
&&
(
!
p_ccb
->
fcrb
.
srej_sent
)
&&
l2c_fcr.c:750
l2c_fcr_proc_pdu()
if
(
(
!
p_ccb
->
fcrb
.
local_busy
)
&&
(
!
p_ccb
->
fcrb
.
rej_sent
)
&&
(
!
p_ccb
->
fcrb
.
srej_sent
)
l2c_fcr.c:783
l2c_fcr_proc_pdu()
p_ccb
->
local_cid
,
p_ccb
->
fcrb
.
local_busy
,
p_ccb
->
fcrb
.
rej_sent
,
p_ccb
->
fcrb
.
srej_sent
,
p_ccb
->
fcrb
.
next_seq_expected
,
l2c_fcr.c:788
l2c_fcr_proc_pdu()
if
(
p_ccb
->
fcrb
.
local_busy
)
{
l2c_fcr.c:828
l2c_fcr_proc_tout()
if
(
p_ccb
->
fcrb
.
local_busy
)
{
l2c_fcr.c:858
l2c_fcr_proc_ack_tout()
}
else
if
(
p_fcrb
->
local_busy
)
{
l2c_fcr.c:1027
process_s_frame()
if
(
(
tx_seq
!=
p_fcrb
->
next_seq_expected
)
&&
(
p_fcrb
->
local_busy
)
)
{
l2c_fcr.c:1077
process_i_frame()
if
(
(
num_to_ack
<
p_ccb
->
fcrb
.
max_held_acks
)
&&
(
!
p_fcrb
->
local_busy
)
)
{
l2c_fcr.c:1180
process_i_frame()
if
(
p_fcrb
->
local_busy
)
{
l2c_fcr.c:1196
process_i_frame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::local_busy
is written by 1 function and is read by 6 functions:
L2CA_FlowControl()
All items filtered out
tL2C_FCRB::local_busy
L2CA_FlowControl()
l2c_fcr_proc_pdu()
l2c_fcr_proc_tout()
l2c_fcr_proc_ack_tout()
process_s_frame()
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