ESP-IDF
tACL_CONN::p_pm_mode_db
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tACL_CONN::p_pm_mode_db
tACL_CONN::p_pm_mode_db field
Syntax
Show:
Summary
Declaration
from
btm_int.h:168
tBTM_PM_MCB
*
p_pm_mode_db
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_PM_MCB
*
p_pm_mode_db
;
/* Pointer to PM mode control block per ACL link */
btm_int.h:168
p
->
p_pm_mode_db
=
btm_pm_sm_alloc
(
)
;
btm_acl.c:297
btm_acl_created()
list_remove
(
btm_cb
.
p_pm_mode_db_list
,
p
->
p_pm_mode_db
)
;
btm_acl.c:488
btm_acl_removed()
p_cb
=
p_acl_cb
->
p_pm_mode_db
;
btm_pm.c:201
BTM_SetPowerMode()
*
p_mode
=
p_acl_cb
->
p_pm_mode_db
->
state
;
btm_pm.c:288
BTM_ReadPowerMode()
tBTM_PM_MCB
*
p_cb
=
p_acl_cb
->
p_pm_mode_db
;
btm_pm.c:553
btm_pm_snd_md_req()
if
(
p_acl_cb
->
p_pm_mode_db
->
state
&
BTM_PM_STORED_MASK
)
{
btm_pm.c:676
btm_pm_check_stored()
p_acl_cb
->
p_pm_mode_db
->
state
&=
~
BTM_PM_STORED_MASK
;
btm_pm.c:677
btm_pm_check_stored()
p_cb
=
p_acl_cb
->
p_pm_mode_db
;
btm_pm.c:714
btm_pm_proc_cmd_status()
p_cb
=
p
->
p_pm_mode_db
;
btm_pm.c:771
btm_pm_proc_mode_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tACL_CONN::p_pm_mode_db
is written by 1 function and is read by 7 functions:
btm_acl_created()
All items filtered out
tACL_CONN::p_pm_mode_db
btm_acl_removed()
BTM_SetPowerMode()
BTM_ReadPowerMode()
btm_pm_snd_md_req()
btm_pm_check_stored()
btm_pm_proc_cmd_status()
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