--- a/bluetooth/btstack/avdtp/avdtpMediaSession.cpp Tue Jul 06 15:33:04 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpMediaSession.cpp Wed Aug 18 10:54:44 2010 +0300
@@ -76,7 +76,7 @@
__ASSERT_DEBUG(iStream, Panic(EAvdtpTransportSessionBaseNotCheckStream));
TInt ret = KErrGeneral; // may be OOM or notfound
- ret = iStream->AddSession(EMedia,*this,iTransportChannel);
+ ret = iStream->AddSession(EMedia,*this,iTransportChannel,TL2CapConfig::EHigh);
if (ret!=KErrNone)
{
// not erroring the stream, as it's not it's fault