ESP-IDF
tL2C_FCRB::retrans_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::retrans_q
tL2C_FCRB::retrans_q field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:196
fixed_queue_t
*
retrans_q
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
retrans_q
;
/* Buffers being retransmitted */
l2c_int.h:196
fixed_queue_free
(
p_fcrb
->
retrans_q
,
osi_free_func
)
;
l2c_fcr.c:247
l2c_fcr_cleanup()
p_fcrb
->
retrans_q
=
NULL
;
l2c_fcr.c:248
l2c_fcr_cleanup()
if
(
(
!
fixed_queue_is_empty
(
p_ccb
->
fcrb
.
retrans_q
)
||
l2c_fcr.c:794
l2c_fcr_proc_pdu()
while
(
!
fixed_queue_is_empty
(
p_ccb
->
fcrb
.
retrans_q
)
)
{
l2c_fcr.c:1476
retransmit_i_frames()
osi_free
(
fixed_queue_dequeue
(
p_ccb
->
fcrb
.
retrans_q
,
0
)
)
;
l2c_fcr.c:1477
retransmit_i_frames()
fixed_queue_enqueue
(
p_ccb
->
fcrb
.
retrans_q
,
p_buf2
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_fcr.c:1496
retransmit_i_frames()
p_buf
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_ccb
->
fcrb
.
retrans_q
,
0
)
;
l2c_fcr.c:1540
l2c_fcr_get_next_xmit_sdu_seg()
p_ccb
->
fcrb
.
retrans_q
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
l2c_utils.c:1586
l2cu_allocate_ccb()
fixed_queue_free
(
p_ccb
->
fcrb
.
retrans_q
,
osi_free_func
)
;
l2c_utils.c:1719
l2cu_release_ccb()
p_ccb
->
fcrb
.
retrans_q
=
NULL
;
l2c_utils.c:1722
l2cu_release_ccb()
if
(
fixed_queue_is_empty
(
p_ccb
->
fcrb
.
retrans_q
)
)
{
l2c_utils.c:3364
l2cu_get_next_channel_in_rr()
if
(
fixed_queue_is_empty
(
p_ccb
->
fcrb
.
retrans_q
)
)
l2c_utils.c:3491
l2cu_get_next_buffer_to_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::retrans_q
is written by 3 functions and is read by 7 functions:
l2c_fcr_cleanup()
l2cu_allocate_ccb()
l2cu_release_ccb()
All items filtered out
tL2C_FCRB::retrans_q
l2c_fcr_cleanup()
l2c_fcr_proc_pdu()
retransmit_i_frames()
l2c_fcr_get_next_xmit_sdu_seg()
l2cu_release_ccb()
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