summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
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);