bluetooth/btstack/avdtp/avdtpStream.cpp
changeset 34 9d84592f5036
parent 0 29b1cd4cb562
child 51 20ac952a623c
child 56 015fa7494bd2
--- a/bluetooth/btstack/avdtp/avdtpStream.cpp	Mon Jul 12 07:03:47 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpStream.cpp	Mon Jul 12 07:06:31 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)