From dbc899f76019effd6575c734b41ad21d3f2e4ca9 Mon Sep 17 00:00:00 2001 From: Umesh Vats Date: Thu, 11 May 2017 12:03:55 -0700 Subject: [PATCH] clover: Bluetooth: Increase number of SEPs to support SHO/Mcast Icreased number of SEPs to support SHO/Mcast Change-Id: I3cfb4e8d4d6969e442406bd095a865d49947151d --- bluetooth/bdroid_buildcfg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 54029f6..f00ffa9 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -29,4 +29,8 @@ #define BLE_VND_INCLUDED TRUE // skips conn update at conn completion #define BT_CLEAN_TURN_ON_DISABLED 1 + +/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */ +#define AVDT_NUM_SEPS 12 + #endif