bluetooth/btstack/avdtp/avdtpStream.cpp
branchRCL_3
changeset 22 786b94c6f0a4
parent 0 29b1cd4cb562
equal deleted inserted replaced
21:14e240312f6f 22:786b94c6f0a4
   341 	delete this;
   341 	delete this;
   342 	}
   342 	}
   343 
   343 
   344 TInt CAVStream::AddSession(TAvdtpTransportSessionType aType,
   344 TInt CAVStream::AddSession(TAvdtpTransportSessionType aType,
   345 						   CUserPlaneTransportSession& aSession,
   345 						   CUserPlaneTransportSession& aSession,
   346 						   CTransportChannel*& aChannel)
   346 						   CTransportChannel*& aChannel,
   347 	{
   347 						   TL2CapConfig::TChannelPriority aPriority)
   348 	LOG_FUNC
   348 	{
   349 	return iState->AddSession(*this, aType, aSession, aChannel);
   349 	LOG_FUNC
       
   350 	return iState->AddSession(*this, aType, aSession, aChannel, aPriority);
   350 	}
   351 	}
   351 	
   352 	
   352 void CAVStream::DropSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession)
   353 void CAVStream::DropSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession)
   353 	{
   354 	{
   354 	LOG_FUNC
   355 	LOG_FUNC