aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index e08405d02649..617cf495a449 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -806,6 +806,8 @@ void hci_pend_le_conn_add(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type);
806void hci_pend_le_conn_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type); 806void hci_pend_le_conn_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type);
807void hci_pend_le_conns_clear(struct hci_dev *hdev); 807void hci_pend_le_conns_clear(struct hci_dev *hdev);
808 808
809void hci_update_background_scan(struct hci_dev *hdev);
810
809void hci_uuids_clear(struct hci_dev *hdev); 811void hci_uuids_clear(struct hci_dev *hdev);
810 812
811void hci_link_keys_clear(struct hci_dev *hdev); 813void hci_link_keys_clear(struct hci_dev *hdev);