zenfone7: Increase BT AVDT_NUM_SEPS from 12 to 35

As per CLO

Change-Id: I8793eccf5fc2e330d2e7e27eb3a837256afacc8b
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 3beef7d..8f0f123 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -24,6 +24,5 @@
 // Disables read remote device feature
 #define MAX_ACL_CONNECTIONS   16
 #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 AVDT_NUM_SEPS 35
 #endif