author | zautrix <zautrix> | 2004-10-05 10:11:50 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-05 10:11:50 (UTC) |
commit | cf8616f64f20e5448d4ff644f7cc15750cf3f85f (patch) (side-by-side diff) | |
tree | d43d1a990a7f8bc6dd3359599be8b942c58301a2 /gammu/emb/cfg | |
parent | aed6a774c2938b284d6cbc5026e3285c9c6ad24b (diff) | |
download | kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.zip kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.tar.gz kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.tar.bz2 |
disabled bluetooth in gammu for linux
-rw-r--r-- | gammu/emb/cfg/config.h | 14 |
1 files changed, 8 insertions, 6 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 @@ -62,9 +62,9 @@ /* 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 @@ -157,3 +157,4 @@ /* 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 ? */ @@ -166,3 +167,4 @@ #ifndef WIN32 -# define BLUETOOTH_RF_SEARCHING 1 +// LR bluetooth disabled +//# define BLUETOOTH_RF_SEARCHING 1 #else |