diff -r 14e240312f6f -r 786b94c6f0a4 bluetooth/btstack/avdtp/avdtpStream.h --- a/bluetooth/btstack/avdtp/avdtpStream.h Thu Jul 15 19:55:36 2010 +0300 +++ b/bluetooth/btstack/avdtp/avdtpStream.h Thu Aug 19 11:01:00 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,