summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-03-09 10:51:46 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-03-09 16:10:52 -0800
commitab3ff0d2cd5aab8bde5a99cf76e4771eefa7f7a0 (patch)
treeda6875125ddec403f7be0f54949abc9f26b59f42 /src/main.c
parent3842320f450e0b40b205b8fd0ce13b8821d49b51 (diff)
downloadbluez-ab3ff0d2cd5aab8bde5a99cf76e4771eefa7f7a0.tar.gz
main: Disable EATT by default
EATT is causing some problem with some platforms as they also attempt to configure it may cause a connection collision which needs to be handled by the kernel.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 99d9c508f..8324993f4 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;