Symbol: LE_LINK
include/net/bluetooth/hci_core.h
1022
case LE_LINK:
include/net/bluetooth/hci_core.h
1054
case LE_LINK:
include/net/bluetooth/hci_core.h
1081
case LE_LINK:
include/net/bluetooth/hci_core.h
1292
if (c->type != LE_LINK)
include/net/bluetooth/hci_core.h
1536
if (c->type == LE_LINK && c->state == BT_CONNECT &&
include/net/bluetooth/hci_core.h
1557
if (c->type == LE_LINK && c->state == BT_CONNECT &&
include/net/bluetooth/hci_core.h
1695
case LE_LINK:
include/net/bluetooth/hci_core.h
2112
if (conn->type != ACL_LINK && conn->type != LE_LINK)
net/bluetooth/6lowpan.c
618
if (hcon->type != LE_LINK)
net/bluetooth/hci_conn.c
1010
case LE_LINK:
net/bluetooth/hci_conn.c
1074
case LE_LINK:
net/bluetooth/hci_conn.c
1271
case LE_LINK:
net/bluetooth/hci_conn.c
1275
if (!hci_conn_num(hdev, LE_LINK) ||
net/bluetooth/hci_conn.c
1281
if ((!hci_conn_num(hdev, LE_LINK) &&
net/bluetooth/hci_conn.c
1395
case LE_LINK:
net/bluetooth/hci_conn.c
1499
conn = hci_conn_add_unset(hdev, LE_LINK, dst, dst_type, role);
net/bluetooth/hci_conn.c
1721
conn = hci_conn_add_unset(hdev, LE_LINK, dst, dst_type,
net/bluetooth/hci_conn.c
2577
if (conn->type == LE_LINK)
net/bluetooth/hci_conn.c
3028
case LE_LINK:
net/bluetooth/hci_conn.c
3144
case LE_LINK:
net/bluetooth/hci_conn.c
3261
case LE_LINK:
net/bluetooth/hci_conn.c
3342
} else if (conn->type == LE_LINK) {
net/bluetooth/hci_core.c
1114
if (conn->type == LE_LINK)
net/bluetooth/hci_core.c
3367
case LE_LINK:
net/bluetooth/hci_core.c
3575
case LE_LINK:
net/bluetooth/hci_core.c
3700
if (!hci_conn_num(hdev, LE_LINK))
net/bluetooth/hci_core.c
3705
__check_timeout(hdev, *cnt, LE_LINK);
net/bluetooth/hci_core.c
3708
while (*cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) {
net/bluetooth/hci_core.c
3734
hci_prio_recalculate(hdev, LE_LINK);
net/bluetooth/hci_event.c
1755
mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK,
net/bluetooth/hci_event.c
2722
if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) {
net/bluetooth/hci_event.c
3429
if (conn->type == LE_LINK) {
net/bluetooth/hci_event.c
3465
if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) {
net/bluetooth/hci_event.c
3607
conn->type == LE_LINK)
net/bluetooth/hci_event.c
3618
if (ev->status && conn->type == LE_LINK) {
net/bluetooth/hci_event.c
3666
(conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) {
net/bluetooth/hci_event.c
4515
case LE_LINK:
net/bluetooth/hci_event.c
5199
if (conn->type != LE_LINK)
net/bluetooth/hci_event.c
5737
conn = hci_conn_hash_lookup_role(hdev, LE_LINK, role, bdaddr);
net/bluetooth/hci_event.c
5746
conn = hci_conn_add_unset(hdev, LE_LINK, bdaddr, bdaddr_type,
net/bluetooth/hci_event.c
6286
mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
net/bluetooth/hci_event.c
6304
mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
net/bluetooth/hci_event.c
6337
mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
net/bluetooth/hci_event.c
6353
mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK,
net/bluetooth/hci_event.c
6373
mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
net/bluetooth/hci_event.c
6382
mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK,
net/bluetooth/hci_sync.c
1015
if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) {
net/bluetooth/hci_sync.c
5770
if (conn->type == LE_LINK)
net/bluetooth/hci_sync.c
7293
case LE_LINK:
net/bluetooth/hci_sync.c
995
if (hci_conn_num(hdev, LE_LINK) == 0)
net/bluetooth/iso.c
2563
if (hcon->type != LE_LINK)
net/bluetooth/l2cap_core.c
1017
conn->hcon->type == LE_LINK)
net/bluetooth/l2cap_core.c
1040
if (hcon->type == LE_LINK ||
net/bluetooth/l2cap_core.c
1434
if (chan->conn->hcon->type == LE_LINK) {
net/bluetooth/l2cap_core.c
1485
if (conn->hcon->type == LE_LINK) {
net/bluetooth/l2cap_core.c
1672
if (hcon->type == LE_LINK) {
net/bluetooth/l2cap_core.c
1686
if (hcon->type == LE_LINK)
net/bluetooth/l2cap_core.c
1883
if (link_type == LE_LINK && c->src_type == BDADDR_BREDR)
net/bluetooth/l2cap_core.c
243
if (conn->hcon->type == LE_LINK)
net/bluetooth/l2cap_core.c
3034
if (conn->hcon->type == LE_LINK)
net/bluetooth/l2cap_core.c
5001
&conn->hcon->dst, LE_LINK);
net/bluetooth/l2cap_core.c
5217
&conn->hcon->dst, LE_LINK);
net/bluetooth/l2cap_core.c
5682
if (hcon->type != LE_LINK)
net/bluetooth/l2cap_core.c
65
if (link_type == LE_LINK) {
net/bluetooth/l2cap_core.c
7101
if (hcon->type == LE_LINK &&
net/bluetooth/l2cap_core.c
7531
if (hcon->type != ACL_LINK && hcon->type != LE_LINK)
net/bluetooth/l2cap_core.c
7596
if (hcon->type != ACL_LINK && hcon->type != LE_LINK)
net/bluetooth/l2cap_core.c
862
else if (conn->hcon->type == LE_LINK) {
net/bluetooth/l2cap_core.c
947
if (conn->hcon->type == LE_LINK)
net/bluetooth/l2cap_core.c
962
if (conn->hcon->type == LE_LINK)
net/bluetooth/mgmt.c
10550
ev->addr.type = link_to_bdaddr(LE_LINK, addr_type);
net/bluetooth/mgmt.c
10577
if (hci_dev_test_flag(hdev, HCI_MESH) && link_type == LE_LINK)
net/bluetooth/mgmt.c
10589
if (link_type == LE_LINK && !list_empty(&hdev->pend_le_reports))
net/bluetooth/mgmt.c
3351
case LE_LINK:
net/bluetooth/mgmt.c
5199
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr);
net/bluetooth/mgmt.c
6619
hci_conn_num(hdev, LE_LINK) > 0 ||
net/bluetooth/mgmt.c
7475
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7537
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
9787
ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type);
net/bluetooth/mgmt.c
9816
ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type);
net/bluetooth/mgmt.c
9845
ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type);
net/bluetooth/mgmt.c
9863
ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type);
net/bluetooth/mgmt.c
9982
link_type != LE_LINK &&
net/bluetooth/smp.c
1043
if (hcon->type == LE_LINK) {
net/bluetooth/smp.c
1244
if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY))