diff -r 0089b2f7ebd8 -r 907b2fb7aa8e bluetooth/btstack/avctp/avctpmuxerstates.cpp --- a/bluetooth/btstack/avctp/avctpmuxerstates.cpp Fri Mar 19 09:53:48 2010 +0200 +++ b/bluetooth/btstack/avctp/avctpmuxerstates.cpp Fri Apr 16 16:09:25 2010 +0300 @@ -822,6 +822,8 @@ config().SetMinMTU(KDefaultMtu); config().SetMaxReceiveUnitSize(KAvctpSecondaryChannelInboundMTU); config().SetMinMRU(KDefaultMtu); + config().ConfigureReliableChannel(TL2CapConfig::EDefaultRetransmission); + config().SetLegacyModesDisallowed(ETrue); err = aTransport.iChannelSAPs[KAvctpSecondaryChannel]->SetOption(KSolBtL2CAP, KL2CAPUpdateChannelConfig, config); __ASSERT_DEBUG(err == KErrNone, Panic(ESetOptionError));