diff -r 4e80e1b997a8 -r 9d84592f5036 bluetooth/btstack/avdtp/avdtpLogicalChannelFactory.cpp --- 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 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].