summaryrefslogtreecommitdiff
path: root/bluetooth/bdroid_buildcfg.h
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2021-04-05 11:47:38 +0800
committerdianlujitao <dianlujitao@lineageos.org>2021-04-25 03:57:34 +0200
commite955593eabb5ea03236800f8ad2c549863e747ca (patch)
tree602567f831cee531773a13723d09887863f3dd9b /bluetooth/bdroid_buildcfg.h
parent8aed3fd1cc19910574b0581a665d3f758f623c83 (diff)
Revert "sdm660-common: Drop QTI bluetooth stack"
This reverts commit d08d3a25d6a8a81dc59fb2d6d9503fe525b1d0af. Change-Id: I8e2ce16722b0e9727f6962530d4fcaba91606d7f
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r--bluetooth/bdroid_buildcfg.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 217f59b..33a8ca9 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -1,8 +1,6 @@
/*
- *
* Copyright (c) 2013, The Linux Foundation. All rights reserved.
- * Not a Contribution, Apache license notifications and license are retained
- * for attribution purposes only.
+ * Not a Contribution.
*
* Copyright (C) 2012 The Android Open Source Project
*
@@ -23,8 +21,11 @@
#define _BDROID_BUILDCFG_H
// Disables read remote device feature
#define MAX_ACL_CONNECTIONS 16
-#define MAX_L2CAP_CHANNELS 16
+#define MAX_L2CAP_CHANNELS 32
#define BLE_VND_INCLUDED TRUE
-/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */
-#define AVDT_NUM_SEPS 12
+#define GATT_MAX_PHY_CHANNEL 10
+// skips conn update at conn completion
+#define BT_CLEAN_TURN_ON_DISABLED 1
+
+#define AVDT_NUM_SEPS 35
#endif