diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index b8cc39a4a9a5..5f8bc05694ac 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -189,6 +189,7 @@ struct hci_dev { | |||
189 | __u16 page_scan_window; | 189 | __u16 page_scan_window; |
190 | __u8 page_scan_type; | 190 | __u8 page_scan_type; |
191 | __u8 le_adv_channel_map; | 191 | __u8 le_adv_channel_map; |
192 | __u8 le_scan_type; | ||
192 | __u16 le_scan_interval; | 193 | __u16 le_scan_interval; |
193 | __u16 le_scan_window; | 194 | __u16 le_scan_window; |
194 | __u16 le_conn_min_interval; | 195 | __u16 le_conn_min_interval; |
@@ -1236,7 +1237,7 @@ void mgmt_pin_code_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, | |||
1236 | void mgmt_pin_code_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, | 1237 | void mgmt_pin_code_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, |
1237 | u8 status); | 1238 | u8 status); |
1238 | int mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr, | 1239 | int mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr, |
1239 | u8 link_type, u8 addr_type, __le32 value, | 1240 | u8 link_type, u8 addr_type, u32 value, |
1240 | u8 confirm_hint); | 1241 | u8 confirm_hint); |
1241 | int mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, | 1242 | int mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, |
1242 | u8 link_type, u8 addr_type, u8 status); | 1243 | u8 link_type, u8 addr_type, u8 status); |