LE_LINK           721 include/net/bluetooth/hci_core.h 	case LE_LINK:
LE_LINK           747 include/net/bluetooth/hci_core.h 	case LE_LINK:
LE_LINK           767 include/net/bluetooth/hci_core.h 	case LE_LINK:
LE_LINK           853 include/net/bluetooth/hci_core.h 		if (c->type != LE_LINK)
LE_LINK           895 include/net/bluetooth/hci_core.h 		if (c->type == LE_LINK && c->state == BT_CONNECT &&
LE_LINK           991 include/net/bluetooth/hci_core.h 		case LE_LINK:
LE_LINK          1240 include/net/bluetooth/hci_core.h 	if (conn->type != ACL_LINK && conn->type != LE_LINK)
LE_LINK           627 net/bluetooth/6lowpan.c 	if (hcon->type != LE_LINK)
LE_LINK           417 net/bluetooth/hci_conn.c 	if (conn->state == BT_CONNECT && conn->type == LE_LINK &&
LE_LINK           533 net/bluetooth/hci_conn.c 	case LE_LINK:
LE_LINK           589 net/bluetooth/hci_conn.c 	} else if (conn->type == LE_LINK) {
LE_LINK          1013 net/bluetooth/hci_conn.c 		conn = hci_conn_add(hdev, LE_LINK, dst, role);
LE_LINK          1175 net/bluetooth/hci_conn.c 	conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER);
LE_LINK          1352 net/bluetooth/hci_conn.c 	if (conn->type == LE_LINK)
LE_LINK          2350 net/bluetooth/hci_core.c 	if (conn->type == LE_LINK)
LE_LINK          3860 net/bluetooth/hci_core.c 		case LE_LINK:
LE_LINK          3966 net/bluetooth/hci_core.c 	case LE_LINK:
LE_LINK          4218 net/bluetooth/hci_core.c 	if (!hci_conn_num(hdev, LE_LINK))
LE_LINK          4226 net/bluetooth/hci_core.c 			hci_link_tx_to(hdev, LE_LINK);
LE_LINK          4231 net/bluetooth/hci_core.c 	while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) {
LE_LINK          4258 net/bluetooth/hci_core.c 		hci_prio_recalculate(hdev, LE_LINK);
LE_LINK          1304 net/bluetooth/hci_event.c 			mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK,
LE_LINK          2756 net/bluetooth/hci_event.c 	if (type == LE_LINK)
LE_LINK          2956 net/bluetooth/hci_event.c 			    conn->type == LE_LINK)
LE_LINK          2967 net/bluetooth/hci_event.c 	if (ev->status && conn->type == LE_LINK) {
LE_LINK          3033 net/bluetooth/hci_event.c 	     (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) {
LE_LINK          3672 net/bluetooth/hci_event.c 		case LE_LINK:
LE_LINK          4327 net/bluetooth/hci_event.c 	if (conn->type != LE_LINK)
LE_LINK          4920 net/bluetooth/hci_event.c 		conn = hci_conn_add(hdev, LE_LINK, bdaddr, role);
LE_LINK          5338 net/bluetooth/hci_event.c 		mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
LE_LINK          5378 net/bluetooth/hci_event.c 		mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
LE_LINK          5394 net/bluetooth/hci_event.c 			mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK,
LE_LINK          5413 net/bluetooth/hci_event.c 		mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL,
LE_LINK          5422 net/bluetooth/hci_event.c 	mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK,
LE_LINK          1017 net/bluetooth/hci_request.c 	if (hci_conn_num(hdev, LE_LINK) == 0)
LE_LINK          1035 net/bluetooth/hci_request.c 	if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) {
LE_LINK          2228 net/bluetooth/hci_request.c 		if (conn->type == LE_LINK) {
LE_LINK          2318 net/bluetooth/hci_request.c 	conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT);
LE_LINK            66 net/bluetooth/l2cap_core.c 	if (link_type == LE_LINK) {
LE_LINK           253 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK)
LE_LINK           752 net/bluetooth/l2cap_core.c 			else if (conn->hcon->type == LE_LINK)
LE_LINK           828 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK)
LE_LINK           873 net/bluetooth/l2cap_core.c 	    conn->hcon->type == LE_LINK)
LE_LINK           911 net/bluetooth/l2cap_core.c 	if (hcon->type == LE_LINK ||
LE_LINK          1327 net/bluetooth/l2cap_core.c 	} else if (chan->conn->hcon->type == LE_LINK) {
LE_LINK          1371 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK) {
LE_LINK          1572 net/bluetooth/l2cap_core.c 		if (hcon->type == LE_LINK) {
LE_LINK          1586 net/bluetooth/l2cap_core.c 	if (hcon->type == LE_LINK)
LE_LINK          1797 net/bluetooth/l2cap_core.c 		if (link_type == LE_LINK && c->src_type == BDADDR_BREDR)
LE_LINK          2946 net/bluetooth/l2cap_core.c 	if (conn->hcon->type == LE_LINK)
LE_LINK          5525 net/bluetooth/l2cap_core.c 					 &conn->hcon->dst, LE_LINK);
LE_LINK          5748 net/bluetooth/l2cap_core.c 	if (hcon->type != LE_LINK)
LE_LINK          7040 net/bluetooth/l2cap_core.c 	if (hcon->type == LE_LINK &&
LE_LINK          7108 net/bluetooth/l2cap_core.c 	case LE_LINK:
LE_LINK          7396 net/bluetooth/l2cap_core.c 	if (hcon->type != ACL_LINK && hcon->type != LE_LINK)
LE_LINK          7463 net/bluetooth/l2cap_core.c 	if (hcon->type != ACL_LINK && hcon->type != LE_LINK)
LE_LINK          2570 net/bluetooth/mgmt.c 	case LE_LINK:
LE_LINK          4332 net/bluetooth/mgmt.c 	    hci_conn_num(hdev, LE_LINK) > 0 ||
LE_LINK          5289 net/bluetooth/mgmt.c 		conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
LE_LINK          5525 net/bluetooth/mgmt.c 	conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr);
LE_LINK          7147 net/bluetooth/mgmt.c 	ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type);
LE_LINK          7176 net/bluetooth/mgmt.c 	ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type);
LE_LINK          7205 net/bluetooth/mgmt.c 	ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type);
LE_LINK          7223 net/bluetooth/mgmt.c 	ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type);
LE_LINK          7327 net/bluetooth/mgmt.c 	if (link_type != ACL_LINK && link_type != LE_LINK)
LE_LINK          7836 net/bluetooth/mgmt.c 		if (link_type == LE_LINK && list_empty(&hdev->pend_le_reports))
LE_LINK          1065 net/bluetooth/smp.c 		if (hcon->type == LE_LINK) {
LE_LINK          1260 net/bluetooth/smp.c 		if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY))