bluetooth/btstack/avctp/avctpmuxerstates.cpp
branchRCL_3
changeset 11 20fda83a6398
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/avctp/avctpmuxerstates.cpp	Fri Mar 12 15:49:00 2010 +0200
+++ b/bluetooth/btstack/avctp/avctpmuxerstates.cpp	Mon Mar 15 12:44:59 2010 +0200
@@ -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));