summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-16 01:49:07 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-16 01:49:07 +0000
commitb509da915a937dc34d37d12ff1e45c1b3105aeb2 (patch)
tree1436bb99c5a80b8789d35d6778111f1b6f507ce6 /hcid/dbus-hci.h
parent48e457f024ec0ee3fdf00687a26c2ffdf11ec1ca (diff)
Improve the auth requirement handling
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r--hcid/dbus-hci.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h
index 9f53957a..cb618816 100644
--- a/hcid/dbus-hci.h
+++ b/hcid/dbus-hci.h
@@ -22,14 +22,6 @@
*
*/
-#ifndef HCIGETAUTHINFO
-#define HCIGETAUTHINFO _IOR('H', 215, int)
-struct hci_auth_info_req {
- bdaddr_t bdaddr;
- uint8_t type;
-};
-#endif
-
void hcid_dbus_set_experimental();
int hcid_dbus_use_experimental();
int hcid_dbus_register_device(uint16_t id);