summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h
index 985a7b46..b476b1da 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -40,6 +40,10 @@ struct device {
gboolean temporary;
struct agent *agent;
guint disconn_timer;
+
+ /* For Secure Simple Pairing */
+ uint8_t cap;
+ uint8_t auth;
};
struct device *device_create(DBusConnection *conn, struct adapter *adapter,