ESP-IDF
tGAP_CCB::tx_queue
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
tGAP_CCB::tx_queue
tGAP_CCB::tx_queue field
Syntax
Show:
Summary
Declaration
from
gap_int.h:74
fixed_queue_t
*
tx_queue
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
tx_queue
;
/* Queue of buffers waiting to be sent */
gap_int.h:74
fixed_queue_enqueue
(
p_ccb
->
tx_queue
,
p_buf
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
gap_conn.c:454
GAP_ConnBTWrite()
while
(
(
p_buf
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_ccb
->
tx_queue
,
0
)
)
!=
NULL
)
{
gap_conn.c:464
GAP_ConnBTWrite()
fixed_queue_enqueue
(
p_ccb
->
tx_queue
,
p_buf
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
gap_conn.c:535
GAP_ConnWriteData()
while
(
(
p_buf
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_ccb
->
tx_queue
,
0
)
)
!=
NULL
)
gap_conn.c:546
GAP_ConnWriteData()
while
(
(
p_buf
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_ccb
->
tx_queue
,
0
)
)
!=
NULL
)
{
gap_conn.c:1036
gap_congestion_ind()
p_ccb
->
tx_queue
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
gap_conn.c:1123
gap_allocate_ccb()
while
(
!
fixed_queue_is_empty
(
p_ccb
->
tx_queue
)
)
{
gap_conn.c:1162
gap_release_ccb()
osi_free
(
fixed_queue_dequeue
(
p_ccb
->
tx_queue
,
0
)
)
;
gap_conn.c:1163
gap_release_ccb()
fixed_queue_free
(
p_ccb
->
tx_queue
,
NULL
)
;
gap_conn.c:1165
gap_release_ccb()
p_ccb
->
tx_queue
=
NULL
;
gap_conn.c:1166
gap_release_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::tx_queue
is written by 2 functions and is read by 4 functions:
gap_allocate_ccb()
gap_release_ccb()
All items filtered out
tGAP_CCB::tx_queue
GAP_ConnBTWrite()
GAP_ConnWriteData()
gap_congestion_ind()
gap_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