ESP-IDF
tAVDT_SCB::frag_q
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
tAVDT_SCB::frag_q
tAVDT_SCB::frag_q field
Syntax
Show:
Summary
Declaration
from
avdt_int.h:512
fixed_queue_t
*
frag_q
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
frag_q
;
/* Queue for outgoing media fragments */
avdt_int.h:512
p_scb
->
frag_q
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
avdt_scb.c:617
avdt_scb_alloc()
fixed_queue_free
(
p_scb
->
frag_q
,
osi_free_func
)
;
avdt_scb.c:662
avdt_scb_dealloc()
if
(
!
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
avdt_scb_act.c:1311
avdt_scb_hdl_write_req_frag()
while
(
(
p_frag
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_scb
->
frag_q
,
0
)
)
!=
NULL
)
avdt_scb_act.c:1316
avdt_scb_hdl_write_req_frag()
if
(
!
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
{
avdt_scb_act.c:1326
avdt_scb_hdl_write_req_frag()
list_t
*
list
=
fixed_queue_get_list
(
p_scb
->
frag_q
)
;
avdt_scb_act.c:1327
avdt_scb_hdl_write_req_frag()
if
(
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
avdt_scb_act.c:1391
avdt_scb_hdl_write_req()
fixed_queue_length
(
p_scb
->
frag_q
)
,
p_scb
->
frag_off
)
;
avdt_scb_act.c:1477
avdt_scb_snd_stream_close()
while
(
(
p_frag
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_scb
->
frag_q
,
0
)
)
!=
NULL
)
{
avdt_scb_act.c:1481
avdt_scb_snd_stream_close()
while
(
(
p_frag
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_scb
->
frag_q
,
0
)
)
!=
NULL
)
{
avdt_scb_act.c:1909
avdt_scb_free_pkt()
else
if
(
!
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
{
avdt_scb_act.c:1961
avdt_scb_clr_pkt()
while
(
(
p_frag
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_scb
->
frag_q
,
0
)
)
!=
NULL
)
{
avdt_scb_act.c:1965
avdt_scb_clr_pkt()
while
(
(
p_pkt
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_scb
->
frag_q
,
0
)
)
!=
NULL
)
{
avdt_scb_act.c:2018
avdt_scb_chk_snd_pkt()
if
(
AVDT_AD_SUCCESS
==
res
||
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
{
avdt_scb_act.c:2032
avdt_scb_chk_snd_pkt()
avdt_scb_queue_frags
(
p_scb
,
&
p_scb
->
p_next_frag
,
&
p_scb
->
frag_off
,
p_scb
->
frag_q
)
;
avdt_scb_act.c:2034
avdt_scb_chk_snd_pkt()
if
(
!
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
{
avdt_scb_act.c:2035
avdt_scb_chk_snd_pkt()
else
if
(
sent
&&
fixed_queue_is_empty
(
p_scb
->
frag_q
)
)
{
avdt_scb_act.c:2043
avdt_scb_chk_snd_pkt()
fixed_queue_enqueue
(
p_scb
->
frag_q
,
p_frag
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
avdt_scb_act.c:2181
avdt_scb_queue_frags()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_SCB::frag_q
is written by 1 function and is read by 8 functions:
avdt_scb_alloc()
All items filtered out
tAVDT_SCB::frag_q
avdt_scb_dealloc()
avdt_scb_hdl_write_req_frag()
avdt_scb_hdl_write_req()
avdt_scb_snd_stream_close()
avdt_scb_free_pkt()
avdt_scb_clr_pkt()
avdt_scb_chk_snd_pkt()
avdt_scb_queue_frags()
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