From 710caac17aa306c94378ce4d4cf08068138a9434 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 1 Sep 2008 17:22:42 -0300 Subject: Network: Minor cleanup --- network/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'network/common.h') diff --git a/network/common.h b/network/common.h index cc154471..f00b4451 100644 --- a/network/common.h +++ b/network/common.h @@ -21,8 +21,6 @@ * */ -#define MAX_PATH_LENGTH 64 /* D-Bus path */ - #define PANU_UUID "00001115-0000-1000-8000-00805f9b34fb" #define NAP_UUID "00001116-0000-1000-8000-00805f9b34fb" #define GN_UUID "00001117-0000-1000-8000-00805f9b34fb" -- cgit From 3f498e694e39756890db475f1f1edb528b378ee2 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 1 Sep 2008 18:56:36 -0300 Subject: Network: Removed unused function --- network/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'network/common.h') diff --git a/network/common.h b/network/common.h index f00b4451..78d0d769 100644 --- a/network/common.h +++ b/network/common.h @@ -39,5 +39,3 @@ int bnep_kill_all_connections(void); int bnep_connadd(int sk, uint16_t role, char *dev); int bnep_if_up(const char *devname, uint16_t id); int bnep_if_down(const char *devname); - -int read_remote_name(bdaddr_t *src, bdaddr_t *dst, char *buf, size_t size); -- cgit