diff options
author | Vinicius Gomes <vinicius.gomes@openbossa.org> | 2008-04-07 22:18:30 +0000 |
---|---|---|
committer | Vinicius Gomes <vinicius.gomes@openbossa.org> | 2008-04-07 22:18:30 +0000 |
commit | 38e740cddb16d29f4dae3b289dcd0830d6246988 (patch) | |
tree | e711d24fa6d548ce909add371ec622f82a00d9b9 /hcid/device.h | |
parent | 4b9108cea90e4df390092883976b4d3988f0622e (diff) |
hcid: temporary devices, now devices created at incoming pairing are removed on disconnect.
Diffstat (limited to 'hcid/device.h')
-rw-r--r-- | hcid/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/device.h b/hcid/device.h index e276a49c..318b2470 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -29,7 +29,7 @@ struct device { gchar *path; struct adapter *adapter; GSList *uuids; - gboolean created; + gboolean temporary; }; struct device *device_create(DBusConnection *conn, struct adapter *adapter, |