Bluetooth: Increase number of SEPs to support SHO/Mcast

Icreased number of SEPs to support SHO/Mcast

Change-Id: I3cfb4e8d4d6969e442406bd095a865d49947151d
This commit is contained in:
Umesh Vats 2017-05-11 12:03:55 -07:00 committed by Gerrit - the friendly Code Review server
parent 9543770e8a
commit 7c45629ba0
1 changed files with 3 additions and 0 deletions

View File

@ -28,4 +28,7 @@
#define BLE_VND_INCLUDED TRUE #define BLE_VND_INCLUDED TRUE
// skips conn update at conn completion // skips conn update at conn completion
#define BT_CLEAN_TURN_ON_DISABLED 1 #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 #endif