Searched refs:LE_LINK (Results 1 – 10 of 10) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_conn.c | 586 if (conn->state == BT_CONNECT && conn->type == LE_LINK && in hci_conn_timeout() 718 case LE_LINK: in hci_conn_add() 781 } else if (conn->type == LE_LINK) { in hci_conn_del() 1232 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le() 1397 conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan() 1596 if (conn->type == LE_LINK) in hci_conn_security() 2051 case LE_LINK: in hci_conn_get_phy()
|
| A D | hci_event.c | 1450 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in le_set_scan_enable_complete() 2390 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect() 3008 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt() 3197 conn->type == LE_LINK) in hci_encrypt_change_evt() 3208 if (ev->status && conn->type == LE_LINK) { in hci_encrypt_change_evt() 3933 case LE_LINK: in hci_num_comp_pkts_evt() 4631 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt() 5291 conn = hci_conn_add(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt() 5726 mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL, in process_adv_report() 5782 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in process_adv_report() [all …]
|
| A D | l2cap_core.c | 67 if (link_type == LE_LINK) { in bdaddr_type() 254 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid() 898 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security() 943 conn->hcon->type == LE_LINK) in l2cap_send_cmd() 981 if (hcon->type == LE_LINK || in l2cap_do_send() 1735 if (hcon->type == LE_LINK) { in l2cap_conn_ready() 1749 if (hcon->type == LE_LINK) in l2cap_conn_ready() 3109 if (conn->hcon->type == LE_LINK) in l2cap_build_cmd() 6371 if (hcon->type != LE_LINK) in l2cap_le_sig_channel() 7664 if (hcon->type == LE_LINK && in l2cap_recv_frame() [all …]
|
| A D | hci_request.c | 877 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_is_le_conn_scanning() 1313 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed() 1332 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed() 2483 if (conn->type == LE_LINK) { in __hci_abort_conn() 2573 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in bg_scan_update()
|
| A D | hci_core.c | 2337 if (conn->type == LE_LINK) in hci_persistent_key() 4445 case LE_LINK: in hci_low_sent() 4551 case LE_LINK: in hci_chan_sent() 4807 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le() 4815 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le() 4846 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
|
| A D | mgmt.c | 2638 case LE_LINK: in link_to_bdaddr() 5652 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising() 6625 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info() 6861 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected() 8922 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk() 8951 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk() 8980 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk() 8998 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param() 9106 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected() 9619 if (link_type == LE_LINK && in mgmt_device_found()
|
| A D | 6lowpan.c | 607 if (hcon->type != LE_LINK) in is_bt_6lowpan()
|
| A D | smp.c | 1067 if (hcon->type == LE_LINK) { in smp_notify_keys() 1262 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
|
| /linux/include/net/bluetooth/ |
| A D | hci_core.h | 915 case LE_LINK: in hci_conn_hash_add() 941 case LE_LINK: in hci_conn_hash_del() 961 case LE_LINK: in hci_conn_num() 1047 if (c->type != LE_LINK) in hci_conn_hash_lookup_le() 1089 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect() 1188 case LE_LINK: in hci_conn_drop() 1501 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
|
| A D | hci.h | 420 #define LE_LINK 0x80 macro
|
Completed in 82 milliseconds