ESP-IDF
tBTM_CB::page_queue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_CB::page_queue
tBTM_CB::page_queue field
Syntax
Show:
Summary
Declaration
from
btm_int.h:965
fixed_queue_t
*
page_queue
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
page_queue
;
btm_int.h:965
if
(
(
p_buf
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
btm_cb
.
page_queue
,
0
)
)
!=
NULL
)
{
btm_acl.c:2500
btm_acl_resubmit_page()
while
(
(
p
=
(
BT_HDR
*
)
fixed_queue_dequeue
(
btm_cb
.
page_queue
,
0
)
)
!=
NULL
)
{
btm_acl.c:2531
btm_acl_reset_paging()
fixed_queue_enqueue
(
btm_cb
.
page_queue
,
p
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
btm_acl.c:2555
btm_acl_paging()
fixed_queue_enqueue
(
btm_cb
.
page_queue
,
p
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
btm_acl.c:2565
btm_acl_paging()
btm_cb
.
page_queue
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
btm_main.c:65
btm_init()
fixed_queue_free
(
btm_cb
.
page_queue
,
osi_free_func
)
;
btm_main.c:109
btm_free()
if
(
btm_cb
.
is_paging
||
(
!
fixed_queue_is_empty
(
btm_cb
.
page_queue
)
)
||
btm_pm.c:921
btm_pm_device_in_scan_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::page_queue
is written by 1 function and is read by 5 functions:
btm_init()
All items filtered out
tBTM_CB::page_queue
btm_acl_resubmit_page()
btm_acl_reset_paging()
btm_acl_paging()
btm_free()
btm_pm_device_in_scan_state()
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