ESP-IDF
tBTM_PM_RCB::cback
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_PM_RCB::cback
tBTM_PM_RCB::cback field
Syntax
Show:
Summary
Declaration
from
btm_int.h:768
tBTM_PM_STATUS_CBACK
*
cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_PM_STATUS_CBACK
*
cback
;
/* to notify the registered party of mode change event */
btm_int.h:768
btm_cb
.
pm_reg_db
[
xx
]
.
cback
=
p_cb
;
btm_pm.c:151
BTM_PmRegister()
cb
=
btm_cb
.
pm_reg_db
[
btm_cb
.
pm_pend_id
]
.
cback
;
btm_pm.c:358
btm_pm_reset()
(
*
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()
(
*
btm_cb
.
pm_reg_db
[
yy
]
.
cback
)
(
p
->
remote_addr
,
mode
,
interval
,
hci_status
)
;
btm_pm.c:820
btm_pm_proc_mode_change()
Call Tree
from
examples
tBTM_PM_RCB::cback
is called by 2 functions:
btm_pm_proc_cmd_status()
btm_pm_proc_mode_change()
All items filtered out
tBTM_PM_RCB::cback
All items filtered out
Data Use
from
examples
tBTM_PM_RCB::cback
is written by 1 function and is read by 1 function:
BTM_PmRegister()
All items filtered out
tBTM_PM_RCB::cback
btm_pm_reset()
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