summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-10-05 10:11:50 (UTC)
committer zautrix <zautrix>2004-10-05 10:11:50 (UTC)
commitcf8616f64f20e5448d4ff644f7cc15750cf3f85f (patch) (side-by-side diff)
treed43d1a990a7f8bc6dd3359599be8b942c58301a2
parentaed6a774c2938b284d6cbc5026e3285c9c6ad24b (diff)
downloadkdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.zip
kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.tar.gz
kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.tar.bz2
disabled bluetooth in gammu for linux
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/cfg/config.h14
-rw-r--r--gammu/emb/gammu/gammuE.pro4
2 files changed, 10 insertions, 8 deletions
diff --git a/gammu/emb/cfg/config.h b/gammu/emb/cfg/config.h
index 96de549..1ba6365 100644
--- a/gammu/emb/cfg/config.h
+++ b/gammu/emb/cfg/config.h
@@ -57,19 +57,19 @@
# define GSM_ENABLE_BLUEFBUS2 1
# define GSM_ENABLE_BLUEPHONET 1
# define GSM_ENABLE_BLUEAT 1
# define GSM_ENABLE_BLUEOBEX 1
#else
/* Bluetooth stack (like Bluez). FBUS2 (init done using AT commands) */
-# define GSM_ENABLE_BLUEFBUS2 1
+//LR# define GSM_ENABLE_BLUEFBUS2 1
/* Bluetooth stack (like Bluez). PHONET FBUS */
-# define GSM_ENABLE_BLUEPHONET 1
+//LR# define GSM_ENABLE_BLUEPHONET 1
/* Blueooth stack (like Bluez). AT commands */
-# define GSM_ENABLE_BLUEAT 1
+//LR# define GSM_ENABLE_BLUEAT 1
/* Blueooth stack (like Bluez). OBEX */
-# define GSM_ENABLE_BLUEOBEX 1
+//LR# define GSM_ENABLE_BLUEOBEX 1
#endif
/* --------------------------- Phone modules (specific) ----------------- */
/* n3320.c models */
#define GSM_ENABLE_NOKIA3320 1
@@ -152,21 +152,23 @@
#define HAVE_ISWSPACE 1
#define HAVE_TOWLOWER 1
#ifndef WIN32
/* Will be used Bluez BT stack ? */
-# define GSM_ENABLE_BLUEZ 1
+// LR bluetooth disabled
+//# define GSM_ENABLE_BLUEZ 1
/* Will be used Affix BT stack ? */
/* # undef GSM_ENABLE_AFFIX */
#endif
/* Uncomment, if you want searching RF channel during each BT connection */
/* It can make connecting longer or connection less stable */
/* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */
#ifndef WIN32
-# define BLUETOOTH_RF_SEARCHING 1
+// LR bluetooth disabled
+//# define BLUETOOTH_RF_SEARCHING 1
#else
//# define BLUETOOTH_RF_SEARCHING 1
#endif
#endif
diff --git a/gammu/emb/gammu/gammuE.pro b/gammu/emb/gammu/gammuE.pro
index c685bf8..5b18205 100644
--- a/gammu/emb/gammu/gammuE.pro
+++ b/gammu/emb/gammu/gammuE.pro
@@ -45,13 +45,13 @@ SOURCES += gammu.c \
depend/nokia/dct3trac/wmx-sim.c \
depend/nokia/dct3trac/wmx-util.c \
depend/nokia/dct3trac/wmx.c
LIBS += -L$(QPEDIR)/lib
LIBS += -lkammu
-LIBS += -lbluetooth
-LIBS += -lsdp
+#LIBS += -lbluetooth
+#LIBS += -lsdp
LIBS += -lpthread
CONFIG = warn_off release console
DESTDIR=$(QPEDIR)/bin
OBJECTS_DIR = obj/$(PLATFORM)
TARGET = kammu \ No newline at end of file