--- a/bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp Thu Jul 15 19:55:36 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp Thu Aug 19 11:01:00 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].