Remove old defines from serial code

This commit is contained in:
Gustavo F. Padovan 2010-05-21 09:26:16 -03:00 committed by Marcel Holtmann
parent e891f7df62
commit 9f71c68cc5
2 changed files with 0 additions and 10 deletions

View File

@ -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;

View File

@ -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