diff --git a/bdroid_buildcfg.h b/bdroid_buildcfg.h index 29995b5f..bfb1da18 100644 --- a/bdroid_buildcfg.h +++ b/bdroid_buildcfg.h @@ -28,4 +28,7 @@ #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