diff options
author | Gustavo F. Padovan <gustavo@padovan.org> | 2010-05-21 09:26:16 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-05-21 14:40:36 +0200 |
commit | 9f71c68cc547f56c343d04f9c96d6fb27bde5050 (patch) | |
tree | 90b4802fe7fb99edebd5ab18afaecfce37f71b9b /serial | |
parent | e891f7df6225c758da0d95f7554c6cc67f72f31e (diff) | |
download | bluez-9f71c68cc547f56c343d04f9c96d6fb27bde5050.tar.gz |
Remove old defines from serial code
Diffstat (limited to 'serial')
-rw-r--r-- | serial/manager.c | 4 | ||||
-rw-r--r-- | serial/proxy.c | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/serial/manager.c b/serial/manager.c index a7deab1ca..1b3f1d695 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -66,10 +66,6 @@ #include "sdpd.h" #include "glib-helper.h" -#define SERIAL_PORT_UUID "00001101-0000-1000-8000-00805F9B34FB" -#define DIALUP_NET_UUID "00001103-0000-1000-8000-00805F9B34FB" -#define OBJECT_PUSH_UUID "00001105-0000-1000-8000-00805F9B34FB" -#define FILE_TRANSFER_UUID "00001106-0000-1000-8000-00805F9B34FB" #define RFCOMM_UUID_STR "00000003-0000-1000-8000-00805F9B34FB" static DBusConnection *connection = NULL; diff --git a/serial/proxy.c b/serial/proxy.c index 3d7ef106a..731f15716 100644 --- a/serial/proxy.c +++ b/serial/proxy.c @@ -63,12 +63,6 @@ #include "btio.h" #include "proxy.h" -#define SERIAL_PORT_NAME "spp" -#define SERIAL_PORT_UUID "00001101-0000-1000-8000-00805F9B34FB" - -#define DIALUP_NET_NAME "dun" -#define DIALUP_NET_UUID "00001103-0000-1000-8000-00805F9B34FB" - #define SERIAL_PROXY_INTERFACE "org.bluez.SerialProxy" #define SERIAL_MANAGER_INTERFACE "org.bluez.SerialProxyManager" #define BUF_SIZE 1024 |