-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 | |||
@@ -60,13 +60,13 @@ | |||
60 | # define GSM_ENABLE_BLUEOBEX 1 | 60 | # define GSM_ENABLE_BLUEOBEX 1 |
61 | #else | 61 | #else |
62 | /* Bluetooth stack (like Bluez). FBUS2 (init done using AT commands) */ | 62 | /* Bluetooth stack (like Bluez). FBUS2 (init done using AT commands) */ |
63 | # define GSM_ENABLE_BLUEFBUS2 1 | 63 | //LR# define GSM_ENABLE_BLUEFBUS2 1 |
64 | /* Bluetooth stack (like Bluez). PHONET FBUS */ | 64 | /* Bluetooth stack (like Bluez). PHONET FBUS */ |
65 | # define GSM_ENABLE_BLUEPHONET 1 | 65 | //LR# define GSM_ENABLE_BLUEPHONET 1 |
66 | /* Blueooth stack (like Bluez). AT commands */ | 66 | /* Blueooth stack (like Bluez). AT commands */ |
67 | # define GSM_ENABLE_BLUEAT 1 | 67 | //LR# define GSM_ENABLE_BLUEAT 1 |
68 | /* Blueooth stack (like Bluez). OBEX */ | 68 | /* Blueooth stack (like Bluez). OBEX */ |
69 | # define GSM_ENABLE_BLUEOBEX 1 | 69 | //LR# define GSM_ENABLE_BLUEOBEX 1 |
70 | #endif | 70 | #endif |
71 | 71 | ||
72 | /* --------------------------- Phone modules (specific) ----------------- */ | 72 | /* --------------------------- Phone modules (specific) ----------------- */ |
@@ -155,7 +155,8 @@ | |||
155 | 155 | ||
156 | #ifndef WIN32 | 156 | #ifndef WIN32 |
157 | /* Will be used Bluez BT stack ? */ | 157 | /* Will be used Bluez BT stack ? */ |
158 | # define GSM_ENABLE_BLUEZ 1 | 158 | // LR bluetooth disabled |
159 | //# define GSM_ENABLE_BLUEZ 1 | ||
159 | /* Will be used Affix BT stack ? */ | 160 | /* Will be used Affix BT stack ? */ |
160 | /* # undef GSM_ENABLE_AFFIX */ | 161 | /* # undef GSM_ENABLE_AFFIX */ |
161 | #endif | 162 | #endif |
@@ -164,7 +165,8 @@ | |||
164 | /* It can make connecting longer or connection less stable */ | 165 | /* It can make connecting longer or connection less stable */ |
165 | /* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */ | 166 | /* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */ |
166 | #ifndef WIN32 | 167 | #ifndef WIN32 |
167 | # define BLUETOOTH_RF_SEARCHING 1 | 168 | // LR bluetooth disabled |
169 | //# define BLUETOOTH_RF_SEARCHING 1 | ||
168 | #else | 170 | #else |
169 | //# define BLUETOOTH_RF_SEARCHING 1 | 171 | //# define BLUETOOTH_RF_SEARCHING 1 |
170 | #endif | 172 | #endif |