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. --- audio/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/control.c') diff --git a/audio/control.c b/audio/control.c index 8b3b2d8a..c8480197 100644 --- a/audio/control.c +++ b/audio/control.c @@ -686,7 +686,7 @@ static void avctp_server_cb(GIOChannel *chan, int err, const bdaddr_t *src, goto drop; } - dev = manager_get_device(src, dst, NULL); + dev = manager_get_device(src, dst); if (!dev) { error("Unable to get audio device object for %s", address); goto drop; -- cgit