|
@@ -924,8 +924,8 @@ struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
|
|
|
struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
|
|
|
u8 addr_type, u8 type, u8 authenticated,
|
|
|
u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand);
|
|
|
-struct smp_ltk *hci_find_ltk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
|
|
|
- u8 addr_type, u8 role);
|
|
|
+struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
|
|
|
+ u8 addr_type, u8 role);
|
|
|
int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type);
|
|
|
void hci_smp_ltks_clear(struct hci_dev *hdev);
|
|
|
int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|