From 4c18c3e4ffbd0bb6eeb7d0933acadc2f8200587b Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 26 Sep 2007 13:58:19 +0000 Subject: serial: Added GetName and GetAdapter --- serial/storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'serial/storage.h') diff --git a/serial/storage.h b/serial/storage.h index 4a24bdf7..271ae722 100644 --- a/serial/storage.h +++ b/serial/storage.h @@ -27,3 +27,4 @@ int port_store(bdaddr_t *src, bdaddr_t *dst, int16_t id, int proxy_delete(bdaddr_t *src, const char *tty); int proxy_store(bdaddr_t *src, const char *uuid, const char *tty, const char *name, uint8_t ch, int opts, struct termios *ti); +int read_device_name(bdaddr_t *src, bdaddr_t *dst, char **name); -- cgit