diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/bluetooth/hci_core.h | 6 |
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); | |||
| 944 | struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, | 944 | struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, |
| 945 | bdaddr_t *bdaddr); | 945 | bdaddr_t *bdaddr); |
| 946 | int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, | 946 | int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, |
| 947 | u8 *hash, u8 *rand); | 947 | u8 *hash192, u8 *rand192, |
| 948 | int 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); | ||
| 951 | int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr); | 949 | int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr); |
| 952 | 950 | ||
| 953 | void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); | 951 | void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); |
