summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-09 16:29:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-09 16:29:21 +0000
commit6be25e8bc36656d6fd8ba61c8552f9596043eca6 (patch)
tree742ebec123521b0f1cd982cdf4d0e76acd52f4f1 /hcid/dbus-hci.c
parent6d233f5d42352b2bb6ee93e91ba9d4dc9c6c580d (diff)
Detect Simple Pairing support and enable it
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index f57d65bc..01a37455 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -2469,14 +2469,6 @@ void hcid_dbus_pin_code_reply(bdaddr_t *local, void *ptr)
}
}
-#ifndef HCIGETAUTHINFO
-#define HCIGETAUTHINFO _IOR('H', 215, int)
-struct hci_auth_info_req {
- bdaddr_t bdaddr;
- uint8_t type;
-};
-#endif
-
static uint8_t get_auth_type(bdaddr_t *local, bdaddr_t *remote)
{
struct hci_auth_info_req req;