diff options
author | Umesh Vats <uvats@codeaurora.org> | 2017-05-11 12:03:55 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:26 +0100 |
commit | fd7fb06ccb8c76c6503ee27b688fe65f28bcd358 (patch) | |
tree | c10c3fababc17d6765860730be6d0e8d5235be43 /bluetooth | |
parent | f550c3ee6d3b3a0d67665495d2defcf6ae860f2a (diff) |
msm8996-common: Bluetooth: Increase number of SEPs to support SHO/Mcast
Icreased number of SEPs to support SHO/Mcast
Change-Id: I3cfb4e8d4d6969e442406bd095a865d49947151d
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index da084a7..03c5115 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -49,5 +49,9 @@ static inline const char* BtmGetDefaultName() #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_PERIPHERAL_ADV_NAME FALSE #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 + #undef PROPERTY_VALUE_MAX #endif |