aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index f39e65096b1f..3e89ece75039 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -944,10 +944,8 @@ void hci_remote_oob_data_clear(struct hci_dev *hdev);
944struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, 944struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
945 bdaddr_t *bdaddr); 945 bdaddr_t *bdaddr);
946int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, 946int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
947 u8 *hash, u8 *rand); 947 u8 *hash192, u8 *rand192,
948int hci_add_remote_oob_ext_data(struct hci_dev *hdev, bdaddr_t *bdaddr, 948 u8 *hash256, u8 *rand256);
949 u8 *hash192, u8 *rand192,
950 u8 *hash256, u8 *rand256);
951int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr); 949int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr);
952 950
953void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); 951void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb);