ESP-IDF
tBTM_CB::pm_pend_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
tBTM_CB::pm_pend_id
tBTM_CB::pm_pend_id field
Syntax
Show:
Summary
Declaration
from
btm_int.h:870
UINT8
pm_pend_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
pm_pend_id
;
/* the id pf the module, which has a pending PM cmd */
btm_int.h:870
if
(
(
btm_cb
.
pm_pend_id
!=
BTM_PM_SET_ONLY_ID
)
&&
btm_pm.c:356
btm_pm_reset()
(
btm_cb
.
pm_reg_db
[
btm_cb
.
pm_pend_id
]
.
mask
&
BTM_PM_REG_NOTIF
)
)
{
btm_pm.c:357
btm_pm_reset()
cb
=
btm_cb
.
pm_reg_db
[
btm_cb
.
pm_pend_id
]
.
cback
;
btm_pm.c:358
btm_pm_reset()
btm_cb
.
pm_pend_id
=
pm_id
;
btm_pm.c:596
btm_pm_snd_md_req()
if
(
(
btm_cb
.
pm_pend_id
!=
BTM_PM_SET_ONLY_ID
)
&&
btm_pm.c:727
btm_pm_proc_cmd_status()
(
btm_cb
.
pm_reg_db
[
btm_cb
.
pm_pend_id
]
.
mask
&
BTM_PM_REG_NOTIF
)
)
{
btm_pm.c:728
btm_pm_proc_cmd_status()
(
*
btm_cb
.
pm_reg_db
[
btm_cb
.
pm_pend_id
]
.
cback
)
(
p_acl_cb
->
remote_addr
,
pm_status
,
0
,
status
)
;
btm_pm.c:729
btm_pm_proc_cmd_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::pm_pend_id
is written by 1 function and is read by 2 functions:
btm_pm_snd_md_req()
All items filtered out
tBTM_CB::pm_pend_id
btm_pm_reset()
btm_pm_proc_cmd_status()
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