ESP-IDF
tGAP_CCB::rx_queue_size
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_size
tGAP_CCB::rx_queue_size field
Syntax
Show:
Summary
Declaration
from
gap_int.h:77
UINT32
rx_queue_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
rx_queue_size
;
/* Total data count in rx_queue */
gap_int.h:77
p_ccb
->
rx_queue_size
-=
*
p_len
;
gap_conn.c:338
GAP_ConnReadData()
p_ccb
->
rx_queue_size
,
*
p_len
)
;
gap_conn.c:343
GAP_ConnReadData()
*
p_rx_queue_count
=
p_ccb
->
rx_queue_size
;
gap_conn.c:369
GAP_GetRxQueueCnt()
p_ccb
->
rx_queue_size
-=
p_buf
->
len
;
gap_conn.c:412
GAP_ConnBTRead()
p_ccb
->
rx_queue_size
+=
p_msg
->
len
;
gap_conn.c:994
gap_data_ind()
p_ccb
->
rx_queue_size
=
0
;
gap_conn.c:1154
gap_release_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::rx_queue_size
is written by 4 functions and is read by 4 functions:
GAP_ConnReadData()
GAP_ConnBTRead()
gap_data_ind()
gap_release_ccb()
All items filtered out
tGAP_CCB::rx_queue_size
GAP_ConnReadData()
GAP_GetRxQueueCnt()
GAP_ConnBTRead()
gap_data_ind()
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