clover: 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 Max Weffers
parent cca912b85e
commit dbc899f760
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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