bluetooth/btstack/avctp/avctp.cpp
branchRCL_3
changeset 13 20fda83a6398
parent 0 29b1cd4cb562
child 51 20ac952a623c
--- a/bluetooth/btstack/avctp/avctp.cpp	Fri Mar 12 15:49:00 2010 +0200
+++ b/bluetooth/btstack/avctp/avctp.cpp	Mon Mar 15 12:44:59 2010 +0200
@@ -398,6 +398,8 @@
 	config().SetMinMTU(KDefaultMtu);
 	config().SetMaxReceiveUnitSize(KAvctpSecondaryChannelInboundMTU);
 	config().SetMinMRU(KDefaultMtu);
+	config().ConfigureReliableChannel(TL2CapConfig::EDefaultRetransmission);
+	config().SetLegacyModesDisallowed(ETrue);
 	
 	__DEBUG_ONLY(TInt err =) sap2->SetOption(KSolBtL2CAP, KL2CAPUpdateChannelConfig, config); 
 	__ASSERT_DEBUG(err == KErrNone, Panic(ESetOptionError));