From 23640c409f6a6f86b220f254229ac06f2ca5a3e5 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 6 Nov 2008 15:45:16 +0200 Subject: Get rid of the name attribute for ports The name was used for matching against friendly-name strings but we can just as well derive it from the port UUID. --- serial/port.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'serial/port.h') diff --git a/serial/port.h b/serial/port.h index 381abe0c..6002ae02 100644 --- a/serial/port.h +++ b/serial/port.h @@ -24,7 +24,6 @@ void port_release_all(void); int port_register(DBusConnection *conn, const char *path, bdaddr_t *src, - bdaddr_t *dst, const char *name, const char *uuid, - uint8_t channel); + bdaddr_t *dst, const char *name, uint8_t channel); int port_unregister(const char *path, const char *uuid); -- cgit