aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAntti Julku <antti.julku@nokia.com>2011-06-15 05:01:14 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-06-16 14:19:41 -0400
commitb2a66aad8620337e38d6692f03d94a03d5129840 (patch)
treeb12a51f45b376d0f8b1489b49c0fd17ed1497700 /include/net/bluetooth/hci_core.h
parent3158c50c33c1acddcfa3c57fab812435aa459750 (diff)
Bluetooth: Move blacklisting functions to hci_core
Move blacklisting functions to hci_core.c, so that they can be used by both management interface and hci socket interface. Signed-off-by: Antti Julku <antti.julku@nokia.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-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 fe05946c8f0b..26233d4d371c 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -529,6 +529,8 @@ int hci_inquiry(void __user *arg);
529 529
530struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr); 530struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr);
531int hci_blacklist_clear(struct hci_dev *hdev); 531int hci_blacklist_clear(struct hci_dev *hdev);
532int hci_blacklist_add(struct hci_dev *hdev, bdaddr_t *bdaddr);
533int hci_blacklist_del(struct hci_dev *hdev, bdaddr_t *bdaddr);
532 534
533int hci_uuids_clear(struct hci_dev *hdev); 535int hci_uuids_clear(struct hci_dev *hdev);
534 536