ESP-IDF
BTM_PM_SET_ONLY_ID
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
BTM_PM_SET_ONLY_ID
BTM_PM_SET_ONLY_ID macro
Syntax
Show:
Summary
Declaration
from
btm_api.h:1930
#define
BTM_PM_SET_ONLY_ID
0x80
Examples
References
from
examples
Code
Location
#define
BTM_PM_SET_ONLY_ID
0x80
btm_api.h:1930
status
=
BTM_SetPowerMode
(
BTM_PM_SET_ONLY_ID
,
p
->
remote_addr
,
&
settings
)
;
btm_acl.c:716
pm_id
=
BTM_PM_SET_ONLY_ID
;
btm_pm.c:183
if
(
pm_id
==
BTM_PM_SET_ONLY_ID
)
{
btm_pm.c:222
if
(
(
(
pm_id
!=
BTM_PM_SET_ONLY_ID
)
&&
btm_pm.c:227
||
(
(
pm_id
==
BTM_PM_SET_ONLY_ID
)
btm_pm.c:229
if
(
(
btm_cb
.
pm_pend_id
!=
BTM_PM_SET_ONLY_ID
)
&&
btm_pm.c:356
if
(
(
pm_id
==
BTM_PM_SET_ONLY_ID
)
&&
btm_pm.c:532
btm_pm_snd_md_req
(
BTM_PM_SET_ONLY_ID
,
p_acl_cb
->
hci_handle
,
NULL
)
;
btm_pm.c:679
if
(
(
btm_cb
.
pm_pend_id
!=
BTM_PM_SET_ONLY_ID
)
&&
btm_pm.c:727
btm_pm_snd_md_req
(
BTM_PM_SET_ONLY_ID
,
hci_handle
,
NULL
)
;
btm_pm.c:800
btm_pm_snd_md_req
(
BTM_PM_SET_ONLY_ID
,
hci_handle
,
NULL
)
;
btm_pm.c:810
BTM_SetPowerMode
(
BTM_PM_SET_ONLY_ID
,
p_ccb
->
p_lcb
->
remote_bd_addr
,
&
settings
)
;
l2c_csm.c:195
BTM_SetPowerMode
(
BTM_PM_SET_ONLY_ID
,
p_ccb
->
p_lcb
->
remote_bd_addr
,
&
settings
)
;
l2c_csm.c:245
BTM_SetPowerMode
(
BTM_PM_SET_ONLY_ID
,
p_ccb
->
p_lcb
->
remote_bd_addr
,
&
settings
)
;
l2c_csm.c:960
BTM_SetPowerMode
(
BTM_PM_SET_ONLY_ID
,
p_ccb
->
p_lcb
->
remote_bd_addr
,
&
settings
)
;
l2c_csm.c:982
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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