aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 4ff530e3892b..c41e275917c7 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -261,6 +261,7 @@ struct hci_conn {
261 __u8 sec_level; 261 __u8 sec_level;
262 __u8 pending_sec_level; 262 __u8 pending_sec_level;
263 __u8 pin_length; 263 __u8 pin_length;
264 __u8 enc_key_size;
264 __u8 io_capability; 265 __u8 io_capability;
265 __u8 power_save; 266 __u8 power_save;
266 __u16 disc_timeout; 267 __u16 disc_timeout;
@@ -556,7 +557,7 @@ struct link_key *hci_find_ltk(struct hci_dev *hdev, __le16 ediv, u8 rand[8]);
556struct link_key *hci_find_link_key_type(struct hci_dev *hdev, 557struct link_key *hci_find_link_key_type(struct hci_dev *hdev,
557 bdaddr_t *bdaddr, u8 type); 558 bdaddr_t *bdaddr, u8 type);
558int hci_add_ltk(struct hci_dev *hdev, int new_key, bdaddr_t *bdaddr, 559int hci_add_ltk(struct hci_dev *hdev, int new_key, bdaddr_t *bdaddr,
559 __le16 ediv, u8 rand[8], u8 ltk[16]); 560 u8 key_size, __le16 ediv, u8 rand[8], u8 ltk[16]);
560int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr); 561int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
561 562
562int hci_remote_oob_data_clear(struct hci_dev *hdev); 563int hci_remote_oob_data_clear(struct hci_dev *hdev);