summaryrefslogtreecommitdiff
path: root/bluetooth/bdroid_buildcfg.h
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-12-19 01:35:21 +0200
committerMichael Bestas <mkbestas@lineageos.org>2020-12-20 18:55:02 +0200
commitd08d3a25d6a8a81dc59fb2d6d9503fe525b1d0af (patch)
tree23302b893b506f7e8dd5dffc2e4b1fe1f639ba73 /bluetooth/bdroid_buildcfg.h
parent1811fd60318b11e1ac57b98097122eda1c391998 (diff)
sdm660-common: Drop QTI bluetooth stack
Change-Id: Ifcbfb87a82e61e2d868c1889f026525210501223
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r--bluetooth/bdroid_buildcfg.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 93e1b84..217f59b 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -1,6 +1,8 @@
/*
+ *
* Copyright (c) 2013, The Linux Foundation. All rights reserved.
- * Not a Contribution.
+ * Not a Contribution, Apache license notifications and license are retained
+ * for attribution purposes only.
*
* Copyright (C) 2012 The Android Open Source Project
*
@@ -21,8 +23,8 @@
#define _BDROID_BUILDCFG_H
// Disables read remote device feature
#define MAX_ACL_CONNECTIONS 16
-#define MAX_L2CAP_CHANNELS 32
+#define MAX_L2CAP_CHANNELS 16
#define BLE_VND_INCLUDED TRUE
-#define GATT_MAX_PHY_CHANNEL 10
-#define AVDT_NUM_SEPS 35
+/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */
+#define AVDT_NUM_SEPS 12
#endif