ESP-IDF
tBTM_CB::p_acl_link_stat_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::p_acl_link_stat_cb
tBTM_CB::p_acl_link_stat_cb field
Syntax
Show:
Summary
Declaration
from
btm_int.h:859
tBTM_ACL_LINK_STAT_CB
*
p_acl_link_stat_cb
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_ACL_LINK_STAT_CB
*
p_acl_link_stat_cb
;
/* Callback for when ACL link related events came */
btm_int.h:859
if
(
btm_cb
.
p_acl_link_stat_cb
)
{
btm_acl.c:603
btm_acl_link_stat_report()
(
*
btm_cb
.
p_acl_link_stat_cb
)
(
p_data
)
;
btm_acl.c:604
btm_acl_link_stat_report()
btm_cb
.
p_acl_link_stat_cb
=
NULL
;
btm_acl.c:1863
BTM_RegAclLinkStatNotif()
}
else
if
(
btm_cb
.
p_acl_link_stat_cb
)
{
btm_acl.c:1864
BTM_RegAclLinkStatNotif()
btm_cb
.
p_acl_link_stat_cb
=
p_cb
;
btm_acl.c:1867
BTM_RegAclLinkStatNotif()
Call Tree
from
examples
tBTM_CB::p_acl_link_stat_cb
is called by 1 function:
btm_acl_link_stat_report()
All items filtered out
tBTM_CB::p_acl_link_stat_cb
All items filtered out
Data Use
from
examples
tBTM_CB::p_acl_link_stat_cb
is written by 1 function and is read by 2 functions:
BTM_RegAclLinkStatNotif()
All items filtered out
tBTM_CB::p_acl_link_stat_cb
btm_acl_link_stat_report()
BTM_RegAclLinkStatNotif()
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