bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp
changeset 42 206564d58f40
parent 0 29b1cd4cb562
child 51 20ac952a623c
child 56 015fa7494bd2
--- a/bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp	Tue Jul 06 15:33:04 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp	Wed Aug 18 10:54:44 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].