From cf8616f64f20e5448d4ff644f7cc15750cf3f85f Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Oct 2004 10:11:50 +0000 Subject: disabled bluetooth in gammu for linux --- (limited to 'gammu') 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 @@ -60,13 +60,13 @@ # 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) ----------------- */ @@ -155,7 +155,8 @@ #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 @@ -164,7 +165,8 @@ /* 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 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 @@ -48,8 +48,8 @@ SOURCES += gammu.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 -- cgit v0.9.0.2