ESP-IDF
tL2C_FCRB::srej_rcv_hold_q
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::srej_rcv_hold_q
tL2C_FCRB::srej_rcv_hold_q field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:195
fixed_queue_t
*
srej_rcv_hold_q
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
srej_rcv_hold_q
;
/* Buffers rcvd but held pending SREJ rsp */
l2c_int.h:195
fixed_queue_free
(
p_fcrb
->
srej_rcv_hold_q
,
osi_free_func
)
;
l2c_fcr.c:244
l2c_fcr_cleanup()
p_fcrb
->
srej_rcv_hold_q
=
NULL
;
l2c_fcr.c:245
l2c_fcr_cleanup()
(
!
fixed_queue_is_empty
(
p_ccb
->
fcrb
.
srej_rcv_hold_q
)
)
)
{
l2c_fcr.c:751
l2c_fcr_proc_pdu()
fixed_queue_t
*
temp_q
=
p_ccb
->
fcrb
.
srej_rcv_hold_q
;
l2c_fcr.c:752
l2c_fcr_proc_pdu()
p_ccb
->
fcrb
.
srej_rcv_hold_q
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
l2c_fcr.c:753
l2c_fcr_proc_pdu()
next_srej
=
(
(
(
BT_HDR
*
)
fixed_queue_try_peek_last
(
p_fcrb
->
srej_rcv_hold_q
)
)
->
layer_specific
+
1
)
&
L2CAP_FCR_SEQ_MODULO
;
l2c_fcr.c:1099
process_i_frame()
if
(
(
tx_seq
==
next_srej
)
&&
(
fixed_queue_length
(
p_fcrb
->
srej_rcv_hold_q
)
<
p_ccb
->
our_cfg
.
fcr
.
tx_win_sz
)
)
{
l2c_fcr.c:1101
process_i_frame()
fixed_queue_enqueue
(
p_fcrb
->
srej_rcv_hold_q
,
p_buf
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_fcr.c:1124
process_i_frame()
p_ccb
->
local_cid
,
next_srej
,
fixed_queue_length
(
p_fcrb
->
srej_rcv_hold_q
)
,
p_ccb
->
our_cfg
.
fcr
.
tx_win_sz
)
;
l2c_fcr.c:1127
process_i_frame()
if
(
!
fixed_queue_is_empty
(
p_fcrb
->
srej_rcv_hold_q
)
)
{
l2c_fcr.c:1148
process_i_frame()
p_ccb
->
local_cid
,
tx_seq
,
fixed_queue_length
(
p_fcrb
->
srej_rcv_hold_q
)
)
;
l2c_fcr.c:1150
process_i_frame()
fixed_queue_enqueue
(
p_fcrb
->
srej_rcv_hold_q
,
p_buf
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_fcr.c:1153
process_i_frame()
&&
fixed_queue_is_empty
(
p_ccb
->
fcrb
.
srej_rcv_hold_q
)
)
{
l2c_fcr.c:1195
process_i_frame()
p_ccb
->
fcrb
.
srej_rcv_hold_q
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
l2c_utils.c:1585
l2cu_allocate_ccb()
fixed_queue_free
(
p_ccb
->
fcrb
.
srej_rcv_hold_q
,
osi_free_func
)
;
l2c_utils.c:1718
l2cu_release_ccb()
p_ccb
->
fcrb
.
srej_rcv_hold_q
=
NULL
;
l2c_utils.c:1721
l2cu_release_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::srej_rcv_hold_q
is written by 4 functions and is read by 4 functions:
l2c_fcr_cleanup()
l2c_fcr_proc_pdu()
l2cu_allocate_ccb()
l2cu_release_ccb()
All items filtered out
tL2C_FCRB::srej_rcv_hold_q
l2c_fcr_cleanup()
l2c_fcr_proc_pdu()
process_i_frame()
l2cu_release_ccb()
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