ESP-IDF
BT_TRANSPORT_LE
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
BT_TRANSPORT_LE
BT_TRANSPORT_LE macro
Syntax
Show:
Summary
Declaration
from
bt_types.h:494
#define
BT_TRANSPORT_LE
2
Examples
References
from
examples
Code
Location
#define
BT_TRANSPORT_LE
2
bt_types.h:494
#define
BTA_TRANSPORT_LE
BT_TRANSPORT_LE
bta_api.h:215
L2CA_SetIdleTimeoutByBdAddr
(
(
UINT8
*
)
BT_BD_ANY
,
0
,
BT_TRANSPORT_LE
)
;
bta_dm_act.c:567
if
(
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:1104
(
(
link_type
==
BTA_DM_LINK_TYPE_LE
)
&&
(
transport
==
BT_TRANSPORT_LE
)
)
||
bta_dm_act.c:1281
transport
=
BT_TRANSPORT_LE
;
bta_dm_act.c:2686
if
(
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:2772
if
(
bta_dm_search_cb
.
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:2993
if
(
p_data
->
acl_change
.
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:3710
if
(
(
p_data
->
acl_change
.
transport
==
BT_TRANSPORT_LE
)
&&
bta_dm_act.c:3769
if
(
p_data
->
acl_change
.
transport
==
BT_TRANSPORT_LE
)
{
bta_dm_act.c:3811
if
(
BTM_IsAclConnectionUp
(
remote_bd_addr
,
BT_TRANSPORT_LE
)
||
bta_dm_act.c:3960
tACL_CONN
*
p_acl_cb
=
btm_bda_to_acl
(
p_data
->
ble_set_data_length
.
remote_bda
,
BT_TRANSPORT_LE
)
;
bta_dm_act.c:5640
p_tcb
=
gatt_find_tcb_by_addr
(
p_data
->
api_conn
.
remote_bda
,
BT_TRANSPORT_LE
)
;
bta_gattc_act.c:518
if
(
l2cu_find_lcb_by_bd_addr
(
p_clcb
->
p_srcb
->
server_bda
,
BT_TRANSPORT_LE
)
!=
NULL
)
{
bta_gattc_act.c:1115
if
(
l2cu_find_lcb_by_bd_addr
(
p_clcb
->
p_srcb
->
server_bda
,
BT_TRANSPORT_LE
)
!=
NULL
)
{
bta_gattc_act.c:1631
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bda
,
BT_TRANSPORT_LE
)
;
bta_gattc_act.c:1766
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bda
,
BT_TRANSPORT_LE
)
;
bta_gatts_act.c:1029
BTM_GetSecurityFlagsByTransport
(
bd_addr
,
&
le_flags
,
BT_TRANSPORT_LE
)
)
{
bta_jv_api.c:183
BTA_DmRemoveDevice
(
bd_addr
.
address
,
BT_TRANSPORT_LE
)
;
btc_ble_storage.c:72
BTA_DmSetEncryption
(
bd_addr
,
BT_TRANSPORT_LE
,
btc_set_encryption_callback
,
btc_gap_ble.c:2057
BTA_DmRemoveDevice
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btc_gap_ble.c:2154
BTA_DmRemoveDevice
(
bd_addr
.
address
,
BT_TRANSPORT_LE
)
;
btc_storage.c:56
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_acl.c:284
if
(
p_dev_rec
&&
!
(
transport
==
BT_TRANSPORT_LE
)
)
{
btm_acl.c:327
if
(
p_dev_rec
&&
transport
==
BT_TRANSPORT_LE
)
{
btm_acl.c:361
if
(
p
->
transport
==
BT_TRANSPORT_LE
)
{
btm_acl.c:467
if
(
p_acl_cb
->
transport
==
BT_TRANSPORT_LE
)
{
btm_acl.c:960
if
(
p
->
transport
==
BT_TRANSPORT_LE
)
{
btm_acl.c:2099
p_dev_rec
->
ble_hci_handle
=
BTM_GetHCIConnHandle
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_ble.c:99
tACL_CONN
*
p_acl
=
btm_bda_to_acl
(
remote_bda
,
BT_TRANSPORT_LE
)
;
btm_ble.c:289
return
(
p
->
transport
==
BT_TRANSPORT_LE
)
;
btm_ble.c:323
tACL_CONN
*
p
=
btm_bda_to_acl
(
pseudo_addr
,
BT_TRANSPORT_LE
)
;
btm_ble.c:347
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_ble.c:756
}
else
if
(
(
p
=
btm_bda_to_acl
(
bd_addr
,
BT_TRANSPORT_LE
)
)
!=
NULL
)
{
btm_ble.c:905
tACL_CONN
*
p_acl
=
btm_bda_to_acl
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_ble.c:926
BTM_GetSecurityFlagsByTransport
(
bdaddr
,
&
sec_flag
,
BT_TRANSPORT_LE
)
;
btm_ble.c:1018
(
*
p_callback
)
(
bd_addr
,
BT_TRANSPORT_LE
,
p_ref_data
,
BTM_MODE_UNSUPPORTED
)
;
btm_ble.c:1082
p_callback
(
bd_addr
,
BT_TRANSPORT_LE
,
p_ref_data
,
BTM_SUCCESS
)
;
btm_ble.c:1096
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_ble.c:1124
BTM_SetEncryption
(
bd_addr
,
BT_TRANSPORT_LE
,
p_callback
,
p_ref_data
)
;
btm_ble.c:1126
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
l2cb
.
ble_connecting_bda
,
BT_TRANSPORT_LE
)
;
btm_ble.c:2148
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bda
,
BT_TRANSPORT_LE
)
;
btm_ble.c:2908
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_ble_5_gap.c:223
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_ble_5_gap.c:266
tACL_CONN
*
p_acl
=
btm_bda_to_acl
(
p_sec_rec
->
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_ble_addr.c:561
p_acl
=
btm_bda_to_acl
(
p_sec_rec
->
ble
.
pseudo_addr
,
BT_TRANSPORT_LE
)
;
btm_ble_addr.c:563
tACL_CONN
*
p
=
btm_bda_to_acl
(
pseudo_addr
,
BT_TRANSPORT_LE
)
;
btm_ble_addr.c:602
const
bool
connected
=
BTM_IsAclConnectionUp
(
connection
->
address
.
address
,
BT_TRANSPORT_LE
)
;
btm_ble_bgconn.c:105
if
(
p_acl_cb
->
transport
==
BT_TRANSPORT_LE
)
{
btm_ble_gap.c:4364
p_dev_rec
->
ble_hci_handle
=
BTM_GetHCIConnHandle
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_dev.c:84
p_dev_rec
->
ble_hci_handle
=
BTM_GetHCIConnHandle
(
bd_addr
,
BT_TRANSPORT_LE
)
;
btm_dev.c:414
}
else
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_dev.c:438
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_inq.c:1042
#define
BTM_LE_ACL_IS_CONNECTED
(
bda
)
(
btm_bda_to_acl
(
bda
,
BT_TRANSPORT_LE
)
!=
NULL
)
btm_int.h:53
||
(
(
p_dev_rec
->
ble_hci_handle
!=
BTM_SEC_INVALID_HANDLE
)
&&
transport
==
BT_TRANSPORT_LE
btm_sec.c:995
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_sec.c:1029
if
(
(
transport
==
BT_TRANSPORT_LE
&&
(
dev_type
&
BT_DEVICE_TYPE_BLE
)
==
0
)
||
btm_sec.c:1158
transport
=
BT_TRANSPORT_LE
;
btm_sec.c:1189
||
(
transport
==
BT_TRANSPORT_LE
&&
p_dev_rec
->
ble_hci_handle
==
BTM_SEC_INVALID_HANDLE
)
btm_sec.c:1364
||
(
transport
==
BT_TRANSPORT_LE
&&
btm_sec.c:1380
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_sec.c:1417
if
(
p_acl
&&
p_acl
->
transport
==
BT_TRANSPORT_LE
)
{
btm_sec.c:4133
transport
=
(
handle
==
p_dev_rec
->
hci_handle
)
?
BT_TRANSPORT_BR_EDR
:
BT_TRANSPORT_LE
;
btm_sec.c:4614
if
(
transport
==
BT_TRANSPORT_LE
)
{
btm_sec.c:4636
p_dev_rec
->
sec_state
=
(
transport
==
BT_TRANSPORT_LE
)
?
btm_sec.c:4650
(
*
p_callback
)
(
p_dev_rec
->
ble
.
pseudo_addr
,
BT_TRANSPORT_LE
,
p_dev_rec
->
p_ref_data
,
res
)
;
btm_sec.c:5829
if
(
GATT_GetConnIdIfConnected
(
gap_cb
.
gatt_if
,
peer_bda
,
&
p_clcb
->
conn_id
,
BT_TRANSPORT_LE
)
)
{
gap_ble.c:726
if
(
!
GATT_Connect
(
gap_cb
.
gatt_if
,
p_clcb
->
bda
,
BLE_ADDR_UNKNOWN_TYPE
,
TRUE
,
BT_TRANSPORT_LE
,
FALSE
)
)
{
gap_ble.c:731
if
(
p_tcb
->
transport
!=
BT_TRANSPORT_LE
)
{
gatt_api.c:887
GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP
,
BT_TRANSPORT_LE
)
;
gatt_api.c:1257
if
(
transport
==
BT_TRANSPORT_LE
)
{
gatt_api.c:1471
p_tcb
=
gatt_find_tcb_by_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
gatt_api.c:1516
#define
GATT_TRANSPORT_LE
BT_TRANSPORT_LE
gatt_api.h:361
#define
GATT_TRANSPORT_LE_BR_EDR
(
BT_TRANSPORT_LE
|
BT_TRANSPORT_BR_EDR
)
gatt_api.h:363
GATT_GetConnIdIfConnected
(
gatt_cb
.
gatt_if
,
remote_bda
,
&
conn_id
,
BT_TRANSPORT_LE
)
;
gatt_attr.c:91
if
(
(
p_tcb
=
gatt_find_tcb_by_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
)
!=
NULL
)
{
gatt_auth.c:229
if
(
p_tcb
->
transport
==
BT_TRANSPORT_LE
&&
gatt_auth.c:361
if
(
transport
==
BT_TRANSPORT_LE
)
{
gatt_main.c:231
transport
==
BT_TRANSPORT_LE
)
{
gatt_main.c:391
if
(
(
p_tcb
=
gatt_allocate_tcb_by_bdaddr
(
bd_addr
,
BT_TRANSPORT_LE
)
)
!=
NULL
)
{
gatt_main.c:491
tGATT_TCB
*
p_tcb
=
gatt_find_tcb_by_addr
(
remote_bda
,
BT_TRANSPORT_LE
)
;
gatt_main.c:558
if
(
(
p_tcb
=
gatt_find_tcb_by_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
)
!=
NULL
&&
gatt_main.c:586
p_tcb
=
gatt_find_tcb_by_addr
(
bda
,
BT_TRANSPORT_LE
)
;
gatt_utils.c:2087
tGATT_TCB
*
p_tcb
=
gatt_find_tcb_by_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
gatt_utils.c:2606
tGATT_TCB
*
p_tcb
=
gatt_find_tcb_by_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
gatt_utils.c:2824
transport
=
BT_TRANSPORT_LE
;
l2c_api.c:1675
if
(
transport
==
BT_TRANSPORT_LE
)
{
l2c_api.c:1687
transport
=
BT_TRANSPORT_LE
;
l2c_api.c:1774
if
(
transport
==
BT_TRANSPORT_LE
)
{
l2c_api.c:1806
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
addr
,
BT_TRANSPORT_LE
)
;
l2c_api.c:1860
transport
=
BT_TRANSPORT_LE
;
l2c_api.c:1913
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
rem_bda
,
BT_TRANSPORT_LE
)
;
l2c_api.c:1958
p_tcb
=
gatt_find_tcb_by_addr
(
rem_bda
,
BT_TRANSPORT_LE
)
;
l2c_api.c:1971
transport
=
BT_TRANSPORT_LE
;
l2c_api.c:2006
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
p_tcb
->
peer_bda
,
BT_TRANSPORT_LE
)
;
l2c_api.c:2396
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
rem_bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:111
tACL_CONN
*
p_acl_cb
=
btm_bda_to_acl
(
rem_bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:142
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
rem_bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:147
if
(
p_lcb
->
transport
!=
BT_TRANSPORT_LE
)
{
l2c_ble.c:157
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
rem_bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:221
if
(
p_lcb
->
transport
!=
BT_TRANSPORT_LE
)
{
l2c_ble.c:234
if
(
(
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
)
!=
NULL
)
{
l2c_ble.c:279
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:297
tACL_CONN
*
p_acl
=
btm_bda_to_acl
(
bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:298
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:340
p_lcb
=
l2cu_allocate_lcb
(
bda
,
FALSE
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:344
p_lcb
->
transport
=
BT_TRANSPORT_LE
;
l2c_ble.c:371
btm_acl_created
(
bda
,
NULL
,
p_dev_rec
->
sec_bd_name
,
handle
,
p_lcb
->
link_role
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:412
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:445
p_lcb
=
l2cu_allocate_lcb
(
bda
,
FALSE
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:449
p_lcb
->
transport
=
BT_TRANSPORT_LE
;
l2c_ble.c:472
btm_acl_created
(
bda
,
NULL
,
p_dev_rec
->
sec_bd_name
,
handle
,
p_lcb
->
link_role
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:485
if
(
p_lcb
->
in_use
&&
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_ble.c:1143
if
(
p_lcb
->
in_use
&&
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_ble.c:1191
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
remote_bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:1374
if
(
p_ccb
->
p_lcb
&&
p_ccb
->
p_lcb
->
transport
!=
BT_TRANSPORT_LE
)
l2c_ble.c:1472
if
(
p_ccb
->
p_lcb
&&
p_ccb
->
p_lcb
->
transport
!=
BT_TRANSPORT_LE
)
l2c_ble.c:1498
if
(
p_ccb
->
p_lcb
&&
p_ccb
->
p_lcb
->
transport
!=
BT_TRANSPORT_LE
)
l2c_ble.c:1524
if
(
p_ccb
->
p_lcb
&&
p_ccb
->
p_lcb
->
transport
!=
BT_TRANSPORT_LE
)
l2c_ble.c:1552
tL2C_LCB
*
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
p_bda
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:1575
(
*
(
p_buf
->
p_callback
)
)
(
p_bda
,
BT_TRANSPORT_LE
,
p_buf
->
p_ref_data
,
status
)
;
l2c_ble.c:1601
(
*
(
p_buf
->
p_callback
)
)
(
p_bda
,
BT_TRANSPORT_LE
,
p_buf
->
p_ref_data
,
status
)
;
l2c_ble.c:1609
(
*
(
p_buf
->
p_callback
)
)
(
p_bda
,
BT_TRANSPORT_LE
,
p_buf
->
p_ref_data
,
l2c_ble.c:1614
(
*
(
p_buf
->
p_callback
)
)
(
p_bda
,
BT_TRANSPORT_LE
,
p_buf
->
p_ref_data
,
status
)
;
l2c_ble.c:1623
(
*
(
p_buf
->
p_callback
)
)
(
p_bda
,
BT_TRANSPORT_LE
,
p_buf
->
p_ref_data
,
status
)
;
l2c_ble.c:1639
p_lcb
=
l2cu_find_lcb_by_bd_addr
(
bd_addr
,
BT_TRANSPORT_LE
)
;
l2c_ble.c:1672
p_callback
(
bd_addr
,
BT_TRANSPORT_LE
,
p_ref_data
,
BTM_UNKNOWN_ADDR
)
;
l2c_ble.c:1677
p_callback
(
bd_addr
,
BT_TRANSPORT_LE
,
p_ref_data
,
BTM_NO_RESOURCES
)
;
l2c_ble.c:1684
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:391
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:432
if
(
reason
==
HCI_ERR_CONN_FAILED_ESTABLISHMENT
&&
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:472
if
(
l2cu_create_conn
(
p_lcb
,
BT_TRANSPORT_LE
)
)
{
l2c_link.c:478
btm_acl_removed
(
p_lcb
->
remote_bd_addr
,
BT_TRANSPORT_LE
)
;
l2c_link.c:479
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1049
||
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
&&
l2c_link.c:1099
&&
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
)
{
l2c_link.c:1150
(
l2cb
.
controller_le_xmit_window
!=
0
&&
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
)
)
l2c_link.c:1166
(
l2cb
.
controller_le_xmit_window
!=
0
&&
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
)
)
l2c_link.c:1188
(
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
&&
(
p_buf
->
len
<=
controller
->
get_acl_packet_size_ble
(
)
)
)
l2c_link.c:1239
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1246
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1256
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1267
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1299
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1316
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1327
if
(
p_lcb
&&
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
)
{
l2c_link.c:1382
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1393
if
(
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
l2c_link.c:1428
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_link.c:1440
if
(
p_lcb
&&
p_lcb
->
transport
==
BT_TRANSPORT_LE
&&
p_lcb
->
link_state
!=
LST_DISCONNECTING
)
l2c_main.c:212
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_main.c:312
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_main.c:374
if
(
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:109
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:193
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:251
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:432
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:448
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:1222
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:1693
if
(
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:2274
p_lcb
->
transport
=
BT_TRANSPORT_LE
;
l2c_utils.c:2282
if
(
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:2904
if
(
p_ccb
->
p_lcb
->
transport
==
BT_TRANSPORT_LE
)
{
l2c_utils.c:3585
tACL_CONN
*
acl
=
btm_bda_to_acl
(
bda
,
BT_TRANSPORT_LE
)
;
smp_act.c:67
if
(
BTM_IsAclConnectionUp
(
p_cb
->
pairing_bda
,
BT_TRANSPORT_LE
)
)
{
smp_act.c:616
btm_remove_acl
(
p_cb
->
pairing_bda
,
BT_TRANSPORT_LE
)
;
smp_act.c:617
if
(
BTM_IsAclConnectionUp
(
p_cb
->
pairing_bda
,
BT_TRANSPORT_LE
)
)
{
smp_act.c:655
btm_remove_acl
(
p_cb
->
pairing_bda
,
BT_TRANSPORT_LE
)
;
smp_act.c:656
if
(
BTM_IsAclConnectionUp
(
p_cb
->
pairing_bda
,
BT_TRANSPORT_LE
)
)
{
smp_act.c:1454
btm_remove_acl
(
p_cb
->
pairing_bda
,
BT_TRANSPORT_LE
)
;
smp_act.c:1455
L2CA_SetIdleTimeoutByBdAddr
(
p_cb
->
pairing_bda
,
SMP_LINK_TOUT_MIN
,
BT_TRANSPORT_LE
)
;
smp_utils.c:955
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
Lifecycle
from
examples
All items filtered out
All items filtered out