Diff between 3842320f450e0b40b205b8fd0ce13b8821d49b51 and ab3ff0d2cd5aab8bde5a99cf76e4771eefa7f7a0

Changed Files

File Additions Deletions Status
src/main.c +1 -1 modified
src/main.conf +2 -2 modified

Full Patch

diff --git a/src/main.c b/src/main.c
index 99d9c50..8324993 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1024,7 +1024,7 @@ static void init_defaults(void)
 
 	btd_opts.gatt_cache = BT_GATT_CACHE_ALWAYS;
 	btd_opts.gatt_mtu = BT_ATT_MAX_LE_MTU;
-	btd_opts.gatt_channels = 3;
+	btd_opts.gatt_channels = 1;
 
 	btd_opts.avdtp.session_mode = BT_IO_MODE_BASIC;
 	btd_opts.avdtp.stream_mode = BT_IO_MODE_BASIC;
diff --git a/src/main.conf b/src/main.conf
index f187c9a..b49a588 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -255,8 +255,8 @@
 
 # Number of ATT channels
 # Possible values: 1-5 (1 disables EATT)
-# Default to 3
-#Channels = 3
+# Default to 1
+#Channels = 1
 
 [AVDTP]
 # AVDTP L2CAP Signalling Channel Mode.