summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-09 15:00:09 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-09 15:13:28 +0200
commit17541956196b13ee083852fd4124cd8cfd0928a4 (patch)
treecc258c9f0ff98572036eea7879e79fb443053913 /audio/manager.h
parent548026e08bd9b83b3685d515a916e2cf674184f3 (diff)
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.
Diffstat (limited to 'audio/manager.h')
-rw-r--r--audio/manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/manager.h b/audio/manager.h
index 3d712f41..3af580ff 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -39,5 +39,4 @@ struct audio_device *manager_find_device(const bdaddr_t *bda, const char *interf
gboolean connected);
struct audio_device *manager_get_device(const bdaddr_t *src,
- const bdaddr_t *dst,
- const char *path);
+ const bdaddr_t *dst);