Searched refs:LE_LINK (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_conn.c | 343 else if (conn->type == LE_LINK) in hci_conn_timeout() 468 case LE_LINK: in hci_conn_add() 523 } else if (conn->type == LE_LINK) { in hci_conn_del() 648 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in create_le_conn_complete() 753 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, dst); in hci_connect_le() 762 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in hci_connect_le() 785 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le() 1016 if (conn->type == LE_LINK) in hci_conn_security()
|
D | hci_request.c | 320 hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT)) { in set_random_addr() 532 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in __hci_update_background_scan()
|
D | hci_sysfs.c | 19 case LE_LINK: in link_typetostr()
|
D | hci_event.c | 1102 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in hci_cc_le_set_adv_enable() 1196 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in hci_cc_le_set_scan_enable() 2008 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->peer_addr); in hci_cs_le_create_conn() 2492 if (type == LE_LINK) in hci_disconn_complete_evt() 2631 conn->type == LE_LINK) in hci_encrypt_change_evt() 2642 if (ev->status && conn->type == LE_LINK) in hci_encrypt_change_evt() 3238 case LE_LINK: in hci_num_comp_pkts_evt() 3883 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt() 4457 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in hci_le_conn_complete_evt() 4459 conn = hci_conn_add(hdev, LE_LINK, &ev->bdaddr, ev->role); in hci_le_conn_complete_evt() [all …]
|
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 | mgmt.c | 1245 if (hci_conn_num(hdev, LE_LINK) > 0) in enable_advertising() 1520 if (conn->type == LE_LINK) in clean_up_hci_state() 2970 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, in unpair_device() 3070 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in disconnect() 3099 case LE_LINK: in link_to_bdaddr() 3569 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &addr->bdaddr); in user_pairing_resp() 4087 if (hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT)) { in trigger_le_scan() 4749 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising() 5694 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info() 5930 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected() [all …]
|
D | hci_core.c | 2230 if (conn->type == LE_LINK) in hci_persistent_key() 3572 case LE_LINK: in hci_low_sent() 3678 case LE_LINK: in hci_chan_sent() 3930 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le() 3938 hci_link_tx_to(hdev, LE_LINK); in hci_sched_le() 3943 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le() 3970 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
|
D | 6lowpan.c | 757 if (hcon->type != LE_LINK) in is_bt_6lowpan() 1162 hcon = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in get_l2cap_conn()
|
D | smp.c | 1042 if (hcon->type == LE_LINK) { in smp_notify_keys() 1252 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 652 case LE_LINK: in hci_conn_hash_add() 678 case LE_LINK: in hci_conn_hash_del() 698 case LE_LINK: in hci_conn_num() 875 case LE_LINK: in hci_conn_drop() 1083 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
|
D | hci.h | 308 #define LE_LINK 0x80 macro
|