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:
parent
9543770e8a
commit
7c45629ba0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue