ESP-IDF
tBTM_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_ACL_LINK_STAT_CB
tBTM_ACL_LINK_STAT_CB
Syntax
Show:
Summary
Declaration
from
btm_api.h:921
typedef
void
(
tBTM_ACL_LINK_STAT_CB
)
(
tBTM_ACL_LINK_STAT_EVENT_DATA
*
p_data
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
void
(
tBTM_ACL_LINK_STAT_CB
)
(
tBTM_ACL_LINK_STAT_EVENT_DATA
*
p_data
)
;
btm_api.h:921
tBTM_STATUS
BTM_RegAclLinkStatNotif
(
tBTM_ACL_LINK_STAT_CB
*
p_cb
)
btm_acl.c:1858
BTM_RegAclLinkStatNotif()
BTM_RegAclLinkStatNotif()::p_cb
tBTM_STATUS
BTM_RegAclLinkStatNotif
(
tBTM_ACL_LINK_STAT_CB
*
p_cb
)
;
btm_api.h:3091
BTM_RegAclLinkStatNotif()
BTM_RegAclLinkStatNotif()::p_cb
tBTM_ACL_LINK_STAT_CB
*
p_acl_link_stat_cb
;
/* Callback for when ACL link related events came */
btm_int.h:859
tBTM_CB
tBTM_CB::p_acl_link_stat_cb
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
Instance
Scope
Location
Project
BTM_RegAclLinkStatNotif()::p_cb
BTM_RegAclLinkStatNotif()
btm_api.h:3091
tBTM_CB::p_acl_link_stat_cb
tBTM_CB
btm_int.h:859
BTM_RegAclLinkStatNotif()::p_cb
BTM_RegAclLinkStatNotif()
btm_acl.c:1858
Lifecycle
from
examples
All items filtered out
All items filtered out