ESP-IDF
tBTM_CB::pm_pend_link_hdl
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_link_hdl
tBTM_CB::pm_pend_link_hdl field
Syntax
Show:
Summary
Declaration
from
btm_int.h:869
UINT16
pm_pend_link_hdl
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
pm_pend_link_hdl
;
/* the index of acl_db, which has a pending PM cmd */
btm_int.h:869
&&
(
btm_cb
.
pm_pend_link_hdl
!=
BTM_INVALID_HANDLE
)
)
)
{
btm_pm.c:230
BTM_SetPowerMode()
(
btm_cb
.
pm_pend_link_hdl
!=
BTM_INVALID_HANDLE
)
||
btm_pm.c:246
BTM_SetPowerMode()
if
(
p_acl_cb
->
hci_handle
!=
btm_cb
.
pm_pend_link_hdl
)
{
btm_pm.c:248
BTM_SetPowerMode()
if
(
cb
!=
NULL
&&
btm_cb
.
pm_pend_link_hdl
!=
BTM_INVALID_HANDLE
)
{
btm_pm.c:367
btm_pm_reset()
(
*
cb
)
(
(
btm_handle_to_acl
(
btm_cb
.
pm_pend_link_hdl
)
)
->
remote_addr
,
BTM_PM_STS_ERROR
,
BTM_DEV_RESET
,
0
)
;
btm_pm.c:368
btm_pm_reset()
btm_cb
.
pm_pend_link_hdl
=
BTM_INVALID_HANDLE
;
btm_pm.c:372
btm_pm_reset()
btm_cb
.
pm_pend_link_hdl
=
BTM_INVALID_HANDLE
;
btm_pm.c:593
btm_pm_snd_md_req()
btm_cb
.
pm_pend_link_hdl
=
link_hdl
;
btm_pm.c:608
btm_pm_snd_md_req()
btm_cb
.
pm_pend_link_hdl
=
link_hdl
;
btm_pm.c:613
btm_pm_snd_md_req()
btm_cb
.
pm_pend_link_hdl
=
link_hdl
;
btm_pm.c:625
btm_pm_snd_md_req()
btm_cb
.
pm_pend_link_hdl
=
link_hdl
;
btm_pm.c:633
btm_pm_snd_md_req()
btm_cb
.
pm_pend_link_hdl
=
link_hdl
;
btm_pm.c:640
btm_pm_snd_md_req()
if
(
btm_cb
.
pm_pend_link_hdl
==
BTM_INVALID_HANDLE
)
{
btm_pm.c:648
btm_pm_snd_md_req()
if
(
btm_cb
.
pm_pend_link_hdl
==
BTM_INVALID_HANDLE
)
{
btm_pm.c:705
btm_pm_proc_cmd_status()
p_acl_cb
=
btm_handle_to_acl
(
btm_cb
.
pm_pend_link_hdl
)
;
btm_pm.c:710
btm_pm_proc_cmd_status()
btm_cb
.
pm_pend_link_hdl
=
BTM_INVALID_HANDLE
;
btm_pm.c:737
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_link_hdl
is written by 3 functions and is read by 4 functions:
btm_pm_reset()
btm_pm_snd_md_req()
btm_pm_proc_cmd_status()
All items filtered out
tBTM_CB::pm_pend_link_hdl
BTM_SetPowerMode()
btm_pm_reset()
btm_pm_snd_md_req()
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