diff -r 14e240312f6f -r 786b94c6f0a4 bluetooth/btstack/avdtp/avdtpStream.cpp --- a/bluetooth/btstack/avdtp/avdtpStream.cpp Thu Jul 15 19:55:36 2010 +0300 +++ b/bluetooth/btstack/avdtp/avdtpStream.cpp Thu Aug 19 11:01:00 2010 +0300 @@ -343,10 +343,11 @@ TInt CAVStream::AddSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aChannel) + CTransportChannel*& aChannel, + TL2CapConfig::TChannelPriority aPriority) { LOG_FUNC - return iState->AddSession(*this, aType, aSession, aChannel); + return iState->AddSession(*this, aType, aSession, aChannel, aPriority); } void CAVStream::DropSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession)