ESP-IDF
BTM_MAX_PM_RECORDS
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_MAX_PM_RECORDS
BTM_MAX_PM_RECORDS macro
Syntax
Show:
Summary
Declaration
from
bt_target.h:996
#define
BTM_MAX_PM_RECORDS
2
Examples
References
from
examples
Code
Location
#define
BTM_MAX_PM_RECORDS
2
bt_target.h:996
tBTM_PM_PWR_MD
req_mode
[
BTM_MAX_PM_RECORDS
+
1
]
;
/* the desired mode and parameters of the connection*/
btm_int.h:99
tBTM_PM_RCB
pm_reg_db
[
BTM_MAX_PM_RECORDS
+
1
]
;
/* per application/module */
btm_int.h:868
if
(
*
p_pm_id
>=
BTM_MAX_PM_RECORDS
)
{
btm_pm.c:136
for
(
xx
=
0
;
xx
<
BTM_MAX_PM_RECORDS
;
xx
++
)
{
btm_pm.c:143
if
(
pm_id
>=
BTM_MAX_PM_RECORDS
)
{
btm_pm.c:182
temp_pm_id
=
BTM_MAX_PM_RECORDS
;
btm_pm.c:223
for
(
xx
=
0
;
xx
<
BTM_MAX_PM_RECORDS
;
xx
++
)
{
btm_pm.c:363
loop_max
=
BTM_MAX_PM_RECORDS
+
1
;
btm_pm.c:501
loop_max
=
BTM_MAX_PM_RECORDS
;
btm_pm.c:503
for
(
yy
=
0
;
yy
<=
BTM_MAX_PM_RECORDS
;
yy
++
)
{
btm_pm.c:788
for
(
yy
=
0
;
yy
<
BTM_MAX_PM_RECORDS
;
yy
++
)
{
btm_pm.c:818
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