summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.h
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.h
parent6d233f5d42352b2bb6ee93e91ba9d4dc9c6c580d (diff)
Detect Simple Pairing support and enable it
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r--hcid/dbus-hci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h
index d92a4f30..00d6540a 100644
--- a/hcid/dbus-hci.h
+++ b/hcid/dbus-hci.h
@@ -22,6 +22,14 @@
*
*/
+#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);