ESP-IDF
tBTM_CB::p_pm_mode_db_list
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
tBTM_CB::p_pm_mode_db_list
tBTM_CB::p_pm_mode_db_list field
* Power Management
Syntax
Show:
Summary
Declaration
from
btm_int.h:867
list_t
*
p_pm_mode_db_list
;
Examples
References
from
examples
Code
Location
Referrer
list_t
*
p_pm_mode_db_list
;
btm_int.h:867
btm_cb
.
p_pm_mode_db_list
=
list_new
(
osi_free_func
)
;
btm_acl.c:78
btm_acl_init()
list_remove
(
btm_cb
.
p_pm_mode_db_list
,
p
->
p_pm_mode_db
)
;
btm_acl.c:488
btm_acl_removed()
list_free
(
btm_cb
.
p_pm_mode_db_list
)
;
btm_acl.c:2674
btm_acl_free()
if
(
list_length
(
btm_cb
.
p_pm_mode_db_list
)
>=
MAX_L2CAP_LINKS
)
{
btm_pm.c:391
btm_pm_sm_alloc()
if
(
!
list_append
(
btm_cb
.
p_pm_mode_db_list
,
p_db
)
)
{
btm_pm.c:395
btm_pm_sm_alloc()
for
(
p_node
=
(
list_begin
(
btm_cb
.
p_pm_mode_db_list
)
)
;
p_node
;
p_node
=
(
list_next
(
p_node
)
)
)
{
btm_pm.c:804
btm_pm_proc_mode_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::p_pm_mode_db_list
is written by 1 function and is read by 4 functions:
btm_acl_init()
All items filtered out
tBTM_CB::p_pm_mode_db_list
btm_acl_removed()
btm_acl_free()
btm_pm_sm_alloc()
btm_pm_proc_mode_change()
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