ESP-IDF
tL2C_FCRB::remote_busy
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::remote_busy
tL2C_FCRB::remote_busy field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:182
BOOLEAN
remote_busy
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
remote_busy
;
/* TRUE if peer has flowed us off */
l2c_int.h:182
if
(
(
p_ccb
->
fcrb
.
remote_busy
==
TRUE
)
l2c_fcr.c:379
l2c_fcr_is_flow_controlled()
L2CAP_TRACE_DEBUG
(
"process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d"
,
ctrl_word
,
p_fcrb
->
remote_busy
)
;
l2c_fcr.c:985
process_s_frame()
remote_was_busy
=
p_fcrb
->
remote_busy
;
l2c_fcr.c:998
process_s_frame()
p_fcrb
->
remote_busy
=
FALSE
;
l2c_fcr.c:999
process_s_frame()
p_fcrb
->
remote_busy
=
FALSE
;
l2c_fcr.c:1007
process_s_frame()
p_fcrb
->
remote_busy
=
TRUE
;
l2c_fcr.c:1012
process_s_frame()
p_fcrb
->
remote_busy
=
FALSE
;
l2c_fcr.c:1017
process_s_frame()
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::remote_busy
is written by 1 function and is read by 4 functions:
process_s_frame()
All items filtered out
tL2C_FCRB::remote_busy
l2c_fcr_is_flow_controlled()
process_s_frame()
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