ESP-IDF
tBTA_DM_PM_ACTN::power_mode
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
tBTA_DM_PM_ACTN::power_mode
tBTA_DM_PM_ACTN::power_mode field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1651
tBTA_DM_PM_ACTION
power_mode
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_PM_ACTION
power_mode
;
bta_dm_int.h:1651
if
(
p_bta_dm_pm_spec
[
p_bta_dm_pm_cfg
[
i
]
.
spec_idx
]
.
actn_tbl
[
status
]
[
0
]
.
power_mode
==
BTA_DM_PM_NO_ACTION
)
{
bta_dm_pm.c:359
bta_dm_pm_cback()
if
(
p_bta_dm_pm_spec
[
p_bta_dm_pm_cfg
[
i
]
.
spec_idx
]
.
actn_tbl
[
status
]
[
0
]
.
power_mode
==
BTA_DM_PM_NO_PREF
)
{
bta_dm_pm.c:379
bta_dm_pm_cback()
if
(
!
(
failed_pm
&
p_act0
->
power_mode
)
)
{
bta_dm_pm.c:534
bta_dm_pm_set_mode()
pref_modes
|=
p_act0
->
power_mode
;
bta_dm_pm.c:535
bta_dm_pm_set_mode()
if
(
p_act0
->
power_mode
>=
pm_action
)
{
bta_dm_pm.c:537
bta_dm_pm_set_mode()
pm_action
=
p_act0
->
power_mode
;
bta_dm_pm.c:538
bta_dm_pm_set_mode()
else
if
(
!
(
failed_pm
&
p_act1
->
power_mode
)
)
{
bta_dm_pm.c:547
bta_dm_pm_set_mode()
pref_modes
|=
p_act1
->
power_mode
;
bta_dm_pm.c:548
bta_dm_pm_set_mode()
if
(
p_act1
->
power_mode
>
pm_action
)
{
bta_dm_pm.c:550
bta_dm_pm_set_mode()
pm_action
=
p_act1
->
power_mode
;
bta_dm_pm.c:551
bta_dm_pm_set_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_PM_ACTN::power_mode
is read by 2 functions:
All items filtered out
tBTA_DM_PM_ACTN::power_mode
bta_dm_pm_cback()
bta_dm_pm_set_mode()
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