diff options
| author | Umesh Vats <uvats@codeaurora.org> | 2017-05-11 12:03:55 -0700 |
|---|---|---|
| committer | Shubh@m <shubhindia123@gmail.com> | 2019-04-13 21:56:31 +0530 |
| commit | 50a1c38c4beea6e7e5588094a279b39e9858e5b1 (patch) | |
| tree | ec47c175a64e7bfc98ee849045a6491e426e2bb8 | |
| parent | 7b758c9b51304c74fe4e8c120345971af8472de4 (diff) | |
oneplus2: Bluetooth: Increase number of SEPs to support SHO/Mcast
Icreased number of SEPs to support SHO/Mcast
Change-Id: I3cfb4e8d4d6969e442406bd095a865d49947151d
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index caf7966..73c42e3 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -22,4 +22,7 @@ #define MAX_L2CAP_CHANNELS 16 #define BLE_VND_INCLUDED TRUE #define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE + +/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */ +#define AVDT_NUM_SEPS 12 #endif |
