ESP-IDF
tGAP_CCB::rx_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::rx_queue
tGAP_CCB::rx_queue field
Syntax
Show:
Summary
Declaration
from
gap_int.h:75
fixed_queue_t
*
rx_queue
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
rx_queue
;
/* Queue of buffers waiting to be read */
gap_int.h:75
if
(
fixed_queue_is_empty
(
p_ccb
->
rx_queue
)
)
{
gap_conn.c:310
GAP_ConnReadData()
BT_HDR
*
p_buf
=
fixed_queue_try_peek_first
(
p_ccb
->
rx_queue
)
;
gap_conn.c:317
GAP_ConnReadData()
osi_free
(
fixed_queue_dequeue
(
p_ccb
->
rx_queue
,
0
)
)
;
gap_conn.c:335
GAP_ConnReadData()
p_buf
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
p_ccb
->
rx_queue
,
0
)
;
gap_conn.c:407
GAP_ConnBTRead()
fixed_queue_enqueue
(
p_ccb
->
rx_queue
,
p_msg
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
gap_conn.c:992
gap_data_ind()
p_ccb
->
rx_queue
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
gap_conn.c:1124
gap_allocate_ccb()
while
(
!
fixed_queue_is_empty
(
p_ccb
->
rx_queue
)
)
{
gap_conn.c:1156
gap_release_ccb()
osi_free
(
fixed_queue_dequeue
(
p_ccb
->
rx_queue
,
0
)
)
;
gap_conn.c:1157
gap_release_ccb()
fixed_queue_free
(
p_ccb
->
rx_queue
,
NULL
)
;
gap_conn.c:1159
gap_release_ccb()
p_ccb
->
rx_queue
=
NULL
;
gap_conn.c:1160
gap_release_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::rx_queue
is written by 2 functions and is read by 4 functions:
gap_allocate_ccb()
gap_release_ccb()
All items filtered out
tGAP_CCB::rx_queue
GAP_ConnReadData()
GAP_ConnBTRead()
gap_data_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