Home
last modified time | relevance | path

Searched refs:LE_LINK (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c425 if (conn->state == BT_CONNECT && conn->type == LE_LINK && in hci_conn_timeout()
559 case LE_LINK: in hci_conn_add()
622 } else if (conn->type == LE_LINK) { in hci_conn_del()
1055 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le()
1215 conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
1413 if (conn->type == LE_LINK) in hci_conn_security()
1868 case LE_LINK: in hci_conn_get_phy()
Dhci_event.c1371 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in le_set_scan_enable_complete()
2284 if (type == LE_LINK) in hci_cs_disconnect()
2892 if (type == LE_LINK) in hci_disconn_complete_evt()
3077 conn->type == LE_LINK) in hci_encrypt_change_evt()
3088 if (ev->status && conn->type == LE_LINK) { in hci_encrypt_change_evt()
3150 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
3794 case LE_LINK: in hci_num_comp_pkts_evt()
4485 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt()
5150 conn = hci_conn_add(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
5566 mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL, in process_adv_report()
[all …]
Dl2cap_core.c70 if (link_type == LE_LINK) { in bdaddr_type()
270 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid()
844 else if (conn->hcon->type == LE_LINK) { in l2cap_chan_close()
929 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security()
974 conn->hcon->type == LE_LINK) in l2cap_send_cmd()
1012 if (hcon->type == LE_LINK || in l2cap_do_send()
1516 } else if (chan->conn->hcon->type == LE_LINK) { in l2cap_start_connection()
1560 if (conn->hcon->type == LE_LINK) { in l2cap_do_start()
1761 if (hcon->type == LE_LINK) { in l2cap_conn_ready()
1775 if (hcon->type == LE_LINK) in l2cap_conn_ready()
[all …]
Dhci_core.c2446 if (conn->type == LE_LINK) in hci_persistent_key()
4310 case LE_LINK: in hci_low_sent()
4416 case LE_LINK: in hci_chan_sent()
4494 case LE_LINK: in __check_timeout()
4684 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
4689 __check_timeout(hdev, cnt, LE_LINK); in hci_sched_le()
4692 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
4723 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
Dhci_request.c1028 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_is_le_conn_scanning()
1463 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
1481 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
2811 if (conn->type == LE_LINK) { in __hci_abort_conn()
2901 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in bg_scan_update()
Dmgmt.c2632 case LE_LINK: in link_to_bdaddr()
5196 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
6169 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info()
6405 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected()
8097 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk()
8126 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk()
8155 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk()
8173 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param()
8277 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected()
8790 if (link_type == LE_LINK && in mgmt_device_found()
D6lowpan.c636 if (hcon->type != LE_LINK) in is_bt_6lowpan()
Dsmp.c1066 if (hcon->type == LE_LINK) { in smp_notify_keys()
1261 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h866 case LE_LINK: in hci_conn_hash_add()
892 case LE_LINK: in hci_conn_hash_del()
912 case LE_LINK: in hci_conn_num()
998 if (c->type != LE_LINK) in hci_conn_hash_lookup_le()
1040 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect()
1138 case LE_LINK: in hci_conn_drop()
1414 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
Dhci.h416 #define LE_LINK 0x80 macro