ESP-IDF
tBTA_DM_ACL_LINK_STAT::event
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_DM_ACL_LINK_STAT::event
tBTA_DM_ACL_LINK_STAT::event field
Syntax
Show:
Summary
Declaration
from
bta_api.h:872
tBTA_ACL_LINK_STAT_EVT
event
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_ACL_LINK_STAT_EVT
event
;
/* ACL link event */
bta_api.h:872
sec_event
.
acl_link_stat
.
event
=
p_data
->
event
;
bta_dm_act.c:3520
bta_dm_acl_link_stat_cback()
switch
(
sec_event
.
acl_link_stat
.
event
)
{
bta_dm_act.c:3522
bta_dm_acl_link_stat_cback()
APPL_TRACE_WARNING
(
"bta_dm_acl_link_stat: invalid event %d"
,
sec_event
.
acl_link_stat
.
event
)
;
bta_dm_act.c:3536
bta_dm_acl_link_stat_cback()
switch
(
p_acl_link_stat
->
event
)
{
btc_dm.c:727
btc_dm_acl_link_stat()
if
(
p_acl_link_stat
->
event
==
BTA_ACL_LINK_STAT_CONN_CMPL
&&
btc_dm.c:749
btc_dm_acl_link_stat()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_ACL_LINK_STAT::event
is written by 1 function and is read by 2 functions:
bta_dm_acl_link_stat_cback()
All items filtered out
tBTA_DM_ACL_LINK_STAT::event
bta_dm_acl_link_stat_cback()
btc_dm_acl_link_stat()
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