summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorCidorvan Leite <cidorvan.leite@openbossa.org>2008-04-10 22:36:58 +0000
committerCidorvan Leite <cidorvan.leite@openbossa.org>2008-04-10 22:36:58 +0000
commitfb27732e05fb7b69c3b784ed8a6aaed2d9d939ae (patch)
treef6d262f6a6bf0733c761399b8e15b7ed130ae0c9 /hcid/adapter.h
parent61a6576b2b7badd8963219873b631e6a51df612c (diff)
Added local agent in CreatePairedDevice
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 9a40ed4b..767cbde7 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -118,6 +118,9 @@ struct device *adapter_get_device(DBusConnection *conn,
struct device *adapter_find_device(struct adapter *adapter, const char *dest);
+struct device *adapter_create_device(DBusConnection *conn,
+ struct adapter *adapter, const char *address);
+
void adapter_remove_device(DBusConnection *conn, struct adapter *adapter,
struct device *device);