ESP-IDF
BTM_PM_STORED_MASK
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_STORED_MASK
BTM_PM_STORED_MASK macro
Syntax
Show:
Summary
Declaration
from
btm_pm.c:51
#define
BTM_PM_STORED_MASK
0x80
Examples
References
from
examples
Code
Location
#define
BTM_PM_STORED_MASK
0x80
/* set this mask if the command is stored */
btm_pm.c:51
(
p_cb
->
state
&
BTM_PM_STORED_MASK
)
)
{
/* command pending */
btm_pm.c:247
p_cb
->
state
|=
BTM_PM_STORED_MASK
;
btm_pm.c:250
if
(
p_acl_cb
->
p_pm_mode_db
->
state
&
BTM_PM_STORED_MASK
)
{
btm_pm.c:676
p_acl_cb
->
p_pm_mode_db
->
state
&=
~
BTM_PM_STORED_MASK
;
btm_pm.c:677
if
(
old_state
&
BTM_PM_STORED_MASK
)
{
btm_pm.c:796
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