diff -r f72906e669b4 -r 206564d58f40 bluetooth/btstack/avdtp/avdtpStream.h --- a/bluetooth/btstack/avdtp/avdtpStream.h Tue Jul 06 15:33:04 2010 +0300 +++ b/bluetooth/btstack/avdtp/avdtpStream.h Wed Aug 18 10:54:44 2010 +0300 @@ -149,7 +149,8 @@ TInt AddSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aTransportChannel); + CTransportChannel*& aTransportChannel, + TL2CapConfig::TChannelPriority aPriority = TL2CapConfig::ELow); void DropSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession); void ClearSession(CUserPlaneTransportSession& aSession); @@ -303,7 +304,8 @@ virtual TInt AddSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aTransportChannel) const; + CTransportChannel*& aTransportChannel, + TL2CapConfig::TChannelPriority aPriority) const; virtual void DropSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession) const; @@ -398,7 +400,8 @@ virtual TInt AddSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aChannel) const; + CTransportChannel*& aChannel, + TL2CapConfig::TChannelPriority aPriority) const; virtual void DropSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession) const; virtual void SetConfigurationL(CAVStream& aStream, @@ -419,7 +422,8 @@ TInt AddSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aTransportChannel) const; + CTransportChannel*& aTransportChannel, + TL2CapConfig::TChannelPriority aPriority) const; virtual void Enter(CAVStream& aStream) const; private: void TryToOpen(CAVStream& aStream) const; @@ -440,7 +444,8 @@ virtual TInt AddSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aChannel) const; + CTransportChannel*& aChannel, + TL2CapConfig::TChannelPriority aPriority) const; virtual TInt StartReceived(CAVStream& aStream) const; virtual void Enter(CAVStream& aStream) const; @@ -454,7 +459,8 @@ virtual TInt AddSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aChannel) const; + CTransportChannel*& aChannel, + TL2CapConfig::TChannelPriority aPriority) const; virtual TInt StartReceived(CAVStream& aStream) const; virtual void Enter(CAVStream& aStream) const; @@ -494,7 +500,8 @@ virtual TInt AddSession(CAVStream& aStream, TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession, - CTransportChannel*& aChannel) const; + CTransportChannel*& aChannel, + TL2CapConfig::TChannelPriority aPriority) const; // next pertains to reconfiguration void SetConfigurationL(CAVStream& aStream, RBuf8& aPacketBuffer,