From 17541956196b13ee083852fd4124cd8cfd0928a4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 9 Oct 2008 15:00:09 +0200 Subject: Add mechanism for adding new UUIDs from the driver side With this patch drivers can notify the core daemon that a device supports some UUID. This is useful in case we don't have a service record for a profile which the remote device initiates a connection for. --- src/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device.h') diff --git a/src/device.h b/src/device.h index e0d334f6..c0d3b2bb 100644 --- a/src/device.h +++ b/src/device.h @@ -33,6 +33,7 @@ int device_browse(struct btd_device *device, DBusConnection *conn, void device_probe_drivers(struct btd_device *device, GSList *uuids); const sdp_record_t *btd_device_get_record(struct btd_device *device, const char *uuid); +void btd_device_add_uuid(struct btd_device *device, const char *uuid); struct btd_adapter *device_get_adapter(struct btd_device *device); void device_get_address(struct btd_device *adapter, bdaddr_t *bdaddr); const gchar *device_get_path(struct btd_device *device); -- cgit