summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/network/connection.h b/network/connection.h
index 27bf2f69..1f810060 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -21,8 +21,7 @@
*
*/
-int connection_register(DBusConnection *conn, const char *path,
- const char *addr, uint16_t id,
- const sdp_record_t *rec);
+int connection_register(DBusConnection *conn, const char *path, bdaddr_t *src,
+ bdaddr_t *dst, uint16_t id, const char *name, const char *desc);
int connection_find_data(DBusConnection *conn, const char *path,
const char *pattern);