|
@@ -967,6 +967,8 @@ struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
|
|
void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type);
|
|
void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type);
|
|
void hci_smp_irks_clear(struct hci_dev *hdev);
|
|
void hci_smp_irks_clear(struct hci_dev *hdev);
|
|
|
|
|
|
|
|
+bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
|
|
|
|
+
|
|
void hci_remote_oob_data_clear(struct hci_dev *hdev);
|
|
void hci_remote_oob_data_clear(struct hci_dev *hdev);
|
|
struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
|
|
struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
|
|
bdaddr_t *bdaddr, u8 bdaddr_type);
|
|
bdaddr_t *bdaddr, u8 bdaddr_type);
|