summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2016-09-27 17:54:37 -0700
committerShubh@m <shubhindia123@gmail.com>2019-04-13 21:56:22 +0530
commit7b758c9b51304c74fe4e8c120345971af8472de4 (patch)
tree05b66d7467d871aa02f2516a0bcbe63c31492f64
parent6fa45628a7a1d8955d5587027ed793b673fdacf4 (diff)
oneplus2: bluetooth: Increase MAX ACL connections to 16
This allows 16 ACL links instead of 7 Change-Id: I7bf04515b5822c51be73ec95cba7975e046bca23
-rw-r--r--bluetooth/bdroid_buildcfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 0ad7b81..caf7966 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -18,7 +18,7 @@
#define _BDROID_BUILDCFG_H
#define BTM_DEF_LOCAL_NAME "OnePlus 2"
-#define MAX_ACL_CONNECTIONS 7
+#define MAX_ACL_CONNECTIONS 16
#define MAX_L2CAP_CHANNELS 16
#define BLE_VND_INCLUDED TRUE
#define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE