ESP-IDF
tBTA_DM_MSG::acl_change
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
tBTA_DM_MSG::acl_change
tBTA_DM_MSG::acl_change field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1274
tBTA_DM_ACL_CHANGE
acl_change
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_ACL_CHANGE
acl_change
;
bta_dm_int.h:1274
BOOLEAN
is_new
=
p_data
->
acl_change
.
is_new
;
bta_dm_act.c:3631
bta_dm_acl_change()
BD_ADDR_PTR
p_bda
=
p_data
->
acl_change
.
bd_addr
;
bta_dm_act.c:3632
bta_dm_acl_change()
switch
(
p_data
->
acl_change
.
event
)
{
bta_dm_act.c:3639
bta_dm_acl_change()
conn
.
busy_level
.
level
=
p_data
->
acl_change
.
busy_level
;
bta_dm_act.c:3642
bta_dm_acl_change()
conn
.
busy_level
.
level_flags
=
p_data
->
acl_change
.
busy_level_flags
;
bta_dm_act.c:3643
bta_dm_acl_change()
p_dev
->
info
,
p_data
->
acl_change
.
new_role
,
bta_dm_cb
.
device_list
.
count
)
;
bta_dm_act.c:3652
bta_dm_acl_change()
if
(
p_data
->
acl_change
.
new_role
==
HCI_ROLE_SLAVE
&&
bta_dm_cb
.
device_list
.
count
>
1
bta_dm_act.c:3655
bta_dm_acl_change()
&&
p_data
->
acl_change
.
hci_status
==
HCI_SUCCESS
)
{
bta_dm_act.c:3656
bta_dm_acl_change()
}
else
if
(
p_bta_dm_cfg
->
avoid_scatter
&&
(
p_data
->
acl_change
.
new_role
==
HCI_ROLE_MASTER
)
)
{
bta_dm_act.c:3661
bta_dm_acl_change()
bta_sys_notify_role_chg
(
p_data
->
acl_change
.
bd_addr
,
p_data
->
acl_change
.
new_role
,
p_data
->
acl_change
.
hci_status
)
;
bta_dm_act.c:3675
bta_dm_acl_change()
conn
.
role_chg
.
new_role
=
(
UINT8
)
p_data
->
acl_change
.
new_role
;
bta_dm_act.c:3677
bta_dm_acl_change()
if
(
p_data
->
acl_change
.
event
==
BTM_BL_COLLISION_EVT
)
{
bta_dm_act.c:3686
bta_dm_acl_change()
&&
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
conn_handle
==
p_data
->
acl_change
.
handle
bta_dm_act.c:3695
bta_dm_acl_change()
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
conn_handle
=
p_data
->
acl_change
.
handle
;
bta_dm_act.c:3709
bta_dm_acl_change()
if
(
p_data
->
acl_change
.
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:3710
bta_dm_acl_change()
conn
.
link_up
.
link_type
=
p_data
->
acl_change
.
transport
;
bta_dm_act.c:3725
bta_dm_acl_change()
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
transport
=
p_data
->
acl_change
.
transport
;
bta_dm_act.c:3726
bta_dm_acl_change()
conn
.
link_up
.
sc_downgrade
=
p_data
->
acl_change
.
sc_downgrade
;
bta_dm_act.c:3737
bta_dm_acl_change()
||
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
transport
!=
p_data
->
acl_change
.
transport
bta_dm_act.c:3744
bta_dm_acl_change()
if
(
(
p_data
->
acl_change
.
transport
==
BT_TRANSPORT_LE
)
&&
bta_dm_act.c:3769
bta_dm_acl_change()
conn
.
link_down
.
link_type
=
p_data
->
acl_change
.
transport
;
bta_dm_act.c:3773
bta_dm_acl_change()
BTM_SecDeleteDevice
(
p_bda
,
p_data
->
acl_change
.
transport
)
;
bta_dm_act.c:3799
bta_dm_acl_change()
if
(
p_data
->
acl_change
.
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:3811
bta_dm_acl_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_MSG::acl_change
is read by 1 function:
All items filtered out
tBTA_DM_MSG::acl_change
bta_dm_acl_change()
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