bluetooth/btstack/avctp/avctp.cpp
changeset 17 907b2fb7aa8e
parent 0 29b1cd4cb562
child 51 20ac952a623c
--- a/bluetooth/btstack/avctp/avctp.cpp	Fri Mar 19 09:53:48 2010 +0200
+++ b/bluetooth/btstack/avctp/avctp.cpp	Fri Apr 16 16:09:25 2010 +0300
@@ -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));