|
@@ -768,7 +768,7 @@ int hci_inquiry(void __user *arg);
|
|
|
|
|
|
struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev,
|
|
|
bdaddr_t *bdaddr, u8 type);
|
|
|
-int hci_blacklist_clear(struct hci_dev *hdev);
|
|
|
+void hci_blacklist_clear(struct hci_dev *hdev);
|
|
|
int hci_blacklist_add(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
|
|
|
int hci_blacklist_del(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
|
|
|
|
|
@@ -779,9 +779,9 @@ void hci_conn_params_add(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type,
|
|
|
void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type);
|
|
|
void hci_conn_params_clear(struct hci_dev *hdev);
|
|
|
|
|
|
-int hci_uuids_clear(struct hci_dev *hdev);
|
|
|
+void hci_uuids_clear(struct hci_dev *hdev);
|
|
|
|
|
|
-int hci_link_keys_clear(struct hci_dev *hdev);
|
|
|
+void hci_link_keys_clear(struct hci_dev *hdev);
|
|
|
struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|
|
|
int hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, int new_key,
|
|
|
bdaddr_t *bdaddr, u8 *val, u8 type, u8 pin_len);
|
|
@@ -793,7 +793,7 @@ int hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, u8 type,
|
|
|
struct smp_ltk *hci_find_ltk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
|
|
|
u8 addr_type, bool master);
|
|
|
int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type);
|
|
|
-int hci_smp_ltks_clear(struct hci_dev *hdev);
|
|
|
+void hci_smp_ltks_clear(struct hci_dev *hdev);
|
|
|
int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|
|
|
|
|
|
struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa);
|
|
@@ -803,7 +803,7 @@ int hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type,
|
|
|
u8 val[16], bdaddr_t *rpa);
|
|
|
void hci_smp_irks_clear(struct hci_dev *hdev);
|
|
|
|
|
|
-int 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,
|
|
|
bdaddr_t *bdaddr);
|
|
|
int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
|