Searched refs:LE_LINK (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_conn.c | 413 if (conn->state == BT_CONNECT && conn->type == LE_LINK && in hci_conn_timeout() 526 case LE_LINK: in hci_conn_add() 582 } else if (conn->type == LE_LINK) { in hci_conn_del() 849 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le() 949 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in hci_connect_le_scan_complete() 1045 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le_scan() 1227 if (conn->type == LE_LINK) in hci_conn_security()
|
D | hci_sysfs.c | 19 case LE_LINK: in link_typetostr()
|
D | l2cap_core.c | 68 if (link_type == LE_LINK) { in bdaddr_type() 237 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid() 734 else if (conn->hcon->type == LE_LINK) in l2cap_chan_close() 810 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security() 855 conn->hcon->type == LE_LINK) in l2cap_send_cmd() 893 if (hcon->type == LE_LINK || in l2cap_do_send() 1307 } else if (chan->conn->hcon->type == LE_LINK) { in l2cap_start_connection() 1336 if (conn->hcon->type == LE_LINK) { in l2cap_do_start() 1529 if (hcon->type == LE_LINK) { in l2cap_conn_ready() 1543 if (hcon->type == LE_LINK) in l2cap_conn_ready() [all …]
|
D | hci_event.c | 1161 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in hci_cc_le_set_scan_enable() 2403 if (type == LE_LINK) in hci_disconn_complete_evt() 2599 conn->type == LE_LINK) in hci_encrypt_change_evt() 2610 if (ev->status && conn->type == LE_LINK) in hci_encrypt_change_evt() 3219 case LE_LINK: in hci_num_comp_pkts_evt() 3872 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt() 4466 conn = hci_conn_add(hdev, LE_LINK, &ev->bdaddr, ev->role); in hci_le_conn_complete_evt() 4809 mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL, in process_adv_report() 4849 mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL, in process_adv_report() 4865 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in process_adv_report() [all …]
|
D | hci_core.c | 2333 if (conn->type == LE_LINK) in hci_persistent_key() 3849 case LE_LINK: in hci_low_sent() 3955 case LE_LINK: in hci_chan_sent() 4207 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le() 4215 hci_link_tx_to(hdev, LE_LINK); in hci_sched_le() 4220 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le() 4247 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
|
D | hci_request.c | 601 if (conn->type == LE_LINK) { in __hci_abort_conn()
|
D | mgmt.c | 1265 if (hci_conn_num(hdev, LE_LINK) > 0) in enable_advertising() 3223 case LE_LINK: in link_to_bdaddr() 4889 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising() 5829 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info() 6065 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected() 7837 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk() 7866 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk() 7895 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk() 7913 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param() 8017 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected() [all …]
|
D | 6lowpan.c | 734 if (hcon->type != LE_LINK) in is_bt_6lowpan()
|
D | smp.c | 1070 if (hcon->type == LE_LINK) { in smp_notify_keys() 1246 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 675 case LE_LINK: in hci_conn_hash_add() 701 case LE_LINK: in hci_conn_hash_del() 721 case LE_LINK: in hci_conn_num() 807 if (c->type != LE_LINK) in hci_conn_hash_lookup_le() 849 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect() 945 case LE_LINK: in hci_conn_drop() 1164 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
|
D | hci.h | 322 #define LE_LINK 0x80 macro
|