ESP-IDF
tBTM_PM_MCB::req_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
tBTM_PM_MCB::req_mode
tBTM_PM_MCB::req_mode field
Syntax
Show:
Summary
Declaration
from
btm_int.h:99
tBTM_PM_PWR_MD
req_mode
[
BTM_MAX_PM_RECORDS
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_PM_PWR_MD
req_mode
[
BTM_MAX_PM_RECORDS
+
1
]
;
/* the desired mode and parameters of the connection*/
btm_int.h:99
*
(
&
p_cb
->
req_mode
[
temp_pm_id
]
)
=
*
(
(
tBTM_PM_PWR_MD
*
)
p_mode
)
;
btm_pm.c:236
BTM_SetPowerMode()
if
(
p_cb
->
req_mode
[
xx
]
.
mode
==
BTM_PM_MD_ACTIVE
)
{
btm_pm.c:509
btm_pm_get_set_mode()
if
(
(
btm_pm_compare_modes
(
p_md
,
&
p_cb
->
req_mode
[
xx
]
,
p_res
)
)
==
NULL
)
{
btm_pm.c:514
btm_pm_get_set_mode()
if
(
(
mode
==
BTM_PM_MD_ACTIVE
)
&&
(
p_cb
->
req_mode
[
yy
]
.
mode
==
BTM_PM_MD_HOLD
)
)
{
btm_pm.c:790
btm_pm_proc_mode_change()
p_cb
->
req_mode
[
yy
]
.
mode
=
BTM_PM_MD_ACTIVE
;
btm_pm.c:791
btm_pm_proc_mode_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_PM_MCB::req_mode
is read by 3 functions:
All items filtered out
tBTM_PM_MCB::req_mode
BTM_SetPowerMode()
btm_pm_get_set_mode()
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