ESP-IDF
tBTM_CB::is_paging
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::is_paging
tBTM_CB::is_paging field
Syntax
Show:
Summary
Declaration
from
btm_int.h:963
BOOLEAN
is_paging
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_paging
;
/* TRUE, if paging is in progress */
btm_int.h:963
btm_cb
.
is_paging
=
TRUE
;
btm_acl.c:547
btm_acl_update_busy_level()
btm_cb
.
is_paging
=
FALSE
;
btm_acl.c:552
btm_acl_update_busy_level()
if
(
btm_cb
.
is_paging
||
btm_cb
.
is_inquiry
)
{
btm_acl.c:572
btm_acl_update_busy_level()
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::is_paging
is written by 1 function and is read by 2 functions:
btm_acl_update_busy_level()
All items filtered out
tBTM_CB::is_paging
btm_acl_update_busy_level()
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