diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2013-04-30 14:29:38 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-06-22 19:23:52 -0400 |
commit | b0434345f2a7330be5277b63606cff26a7965982 (patch) | |
tree | dc553eadaf0334a98a80a202a57aec011bdd3915 /include/net | |
parent | 917eedc56c65ba96a3bab4c346d948e73dd872f1 (diff) |
Bluetooth: Remove inquiry helpers
This patch removes hci_do_inquiry and hci_cancel_inquiry helpers. We
now use the HCI request framework in device discovery functionality
and these helpers are no longer needed.
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Acked-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 5de7eb95ef63..f77885ea78c2 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1210,8 +1210,6 @@ void hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, | |||
1210 | u16 latency, u16 to_multiplier); | 1210 | u16 latency, u16 to_multiplier); |
1211 | void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], | 1211 | void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], |
1212 | __u8 ltk[16]); | 1212 | __u8 ltk[16]); |
1213 | int hci_do_inquiry(struct hci_dev *hdev, u8 length); | ||
1214 | int hci_cancel_inquiry(struct hci_dev *hdev); | ||
1215 | 1213 | ||
1216 | u8 bdaddr_to_le(u8 bdaddr_type); | 1214 | u8 bdaddr_to_le(u8 bdaddr_type); |
1217 | 1215 | ||