bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp
changeset 34 9d84592f5036
parent 0 29b1cd4cb562
child 51 20ac952a623c
child 56 015fa7494bd2
--- a/bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp	Mon Jul 12 07:03:47 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp	Mon Jul 12 07:06:31 2010 +0300
@@ -1296,13 +1296,7 @@
 	
 	TPckgBuf<TL2CapConfig> configBuf;
 	iLogicalChannelSAP->GetOption(KSolBtL2CAP, KL2CAPUpdateChannelConfig, configBuf);
-
-	if(iSequenceNumber != KInitialSequenceNumber)
-		{
-		configBuf().ConfigureChannelPriority(TL2CapConfig::EHigh);
-		iLogicalChannelSAP->SetOption(KSolBtL2CAP, KL2CAPUpdateChannelConfig, configBuf);
-		}
-	else if(!aPrecreatedSAP)
+	if(!aPrecreatedSAP)
 		{
 		// FIXME consider value of rtx timer, should consider Tgavdp
 		// Note: The 'rtx timer' actually sets max retransmit count instead [Piotr].