ESP-IDF
tBTM_PM_MCB::chg_ind
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_PM_MCB::chg_ind
tBTM_PM_MCB::chg_ind field
Syntax
Show:
Summary
Declaration
from
btm_int.h:108
BOOLEAN
chg_ind
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
chg_ind
;
/* a request change indication */
btm_int.h:108
p_cb
->
chg_ind
=
TRUE
;
btm_pm.c:237
BTM_SetPowerMode()
p_cb
->
chg_ind
=
FALSE
;
btm_pm.c:569
btm_pm_snd_md_req()
p_cb
->
chg_ind
=
chg_ind
;
btm_pm.c:575
btm_pm_snd_md_req()
p_cb
->
chg_ind
=
TRUE
;
/* needs to wake, then sleep */
btm_pm.c:579
btm_pm_snd_md_req()
if
(
p_cb
->
chg_ind
==
TRUE
)
{
/* needs to wake first */
btm_pm.c:582
btm_pm_snd_md_req()
if
(
p_cb
->
chg_ind
==
TRUE
)
{
btm_pm.c:806
btm_pm_proc_mode_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_PM_MCB::chg_ind
is written by 2 functions and is read by 2 functions:
BTM_SetPowerMode()
btm_pm_snd_md_req()
All items filtered out
tBTM_PM_MCB::chg_ind
btm_pm_snd_md_req()
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