From 36dedff329b5ced8979a2161075e6a9d38c58785 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 26 Jun 2008 14:44:01 +0000 Subject: Fix probing and removing drivers when discovering services. --- hcid/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcid/device.h') diff --git a/hcid/device.h b/hcid/device.h index c6487f27..e7cee9f7 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -50,12 +50,12 @@ struct device { }; struct device *device_create(DBusConnection *conn, struct adapter *adapter, - const gchar *address, GSList *uuids); + const gchar *address); void device_remove(DBusConnection *conn, struct device *device); gint device_address_cmp(struct device *device, const gchar *address); int device_browse(struct device *device, DBusConnection *conn, DBusMessage *msg, uint16_t search); -void device_probe_drivers(struct device *device); +void device_probe_drivers(struct device *device, GSList *uuids); #define BTD_UUIDS(args...) ((const char *[]) { args, NULL } ) -- cgit