hci_event.c (5c49bcce5c124406920843af65574104aaaa3309) | hci_event.c (cbbdfa6f331980c6786b4ca5df53c37b90df3246) |
---|---|
1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved. 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 5216 unchanged lines hidden (view full) --- 5225 5226 le_conn_complete_evt(hdev, ev->status, &ev->bdaddr, ev->bdaddr_type, 5227 ev->role, le16_to_cpu(ev->handle), 5228 le16_to_cpu(ev->interval), 5229 le16_to_cpu(ev->latency), 5230 le16_to_cpu(ev->supervision_timeout)); 5231 5232 if (use_ll_privacy(hdev) && | 1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved. 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 5216 unchanged lines hidden (view full) --- 5225 5226 le_conn_complete_evt(hdev, ev->status, &ev->bdaddr, ev->bdaddr_type, 5227 ev->role, le16_to_cpu(ev->handle), 5228 le16_to_cpu(ev->interval), 5229 le16_to_cpu(ev->latency), 5230 le16_to_cpu(ev->supervision_timeout)); 5231 5232 if (use_ll_privacy(hdev) && |
5233 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY) && |
|
5233 hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) 5234 hci_req_disable_address_resolution(hdev); 5235} 5236 5237static void hci_le_ext_adv_term_evt(struct hci_dev *hdev, struct sk_buff *skb) 5238{ 5239 struct hci_evt_le_ext_adv_set_term *ev = (void *) skb->data; 5240 struct hci_conn *conn; --- 995 unchanged lines hidden --- | 5234 hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) 5235 hci_req_disable_address_resolution(hdev); 5236} 5237 5238static void hci_le_ext_adv_term_evt(struct hci_dev *hdev, struct sk_buff *skb) 5239{ 5240 struct hci_evt_le_ext_adv_set_term *ev = (void *) skb->data; 5241 struct hci_conn *conn; --- 995 unchanged lines hidden --- |