summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-20 17:32:47 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-20 17:32:47 +0000
commitd888f2cf3cb2423684a4db1e5f45fe188240408d (patch)
tree9dd7736b6153db03822586771b771f3d4460db06 /hcid/device.h
parent4f02eee62285b7a643b2e87be8df510416a631ec (diff)
Implement support for new Agent.RequestPasskey
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h
index fe3ca688..e276a49c 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -29,6 +29,7 @@ struct device {
gchar *path;
struct adapter *adapter;
GSList *uuids;
+ gboolean created;
};
struct device *device_create(DBusConnection *conn, struct adapter *adapter,