Bluetooth: Add mgmt events for blacklisting
[deliverable/linux.git] / include / net / bluetooth / hci_core.h
index ee1ee1bfae9e844350273d5fc47f358b140f1159..5b924423cf205ad9e927c7de4045e86160f1a082 100644 (file)
@@ -873,6 +873,8 @@ int mgmt_device_found(u16 index, bdaddr_t *bdaddr, u8 *dev_class, s8 rssi,
                                                                u8 *eir);
 int mgmt_remote_name(u16 index, bdaddr_t *bdaddr, u8 *name);
 int mgmt_discovering(u16 index, u8 discovering);
+int mgmt_device_blocked(u16 index, bdaddr_t *bdaddr);
+int mgmt_device_unblocked(u16 index, bdaddr_t *bdaddr);
 
 /* HCI info for socket */
 #define hci_pi(sk) ((struct hci_pinfo *) sk)
This page took 0.029996 seconds and 5 git commands to generate.