bluetooth/btstack/l2cap/l2capSigStates.cpp
branchRCL_3
changeset 23 5b153be919d4
parent 22 786b94c6f0a4
child 24 e9b924a62a66
--- a/bluetooth/btstack/l2cap/l2capSigStates.cpp	Thu Aug 19 11:01:00 2010 +0300
+++ b/bluetooth/btstack/l2cap/l2capSigStates.cpp	Tue Aug 31 16:20:16 2010 +0300
@@ -898,9 +898,6 @@
 void TL2CAPSigStateWaitConfig::Enter(CL2CapSAPSignalHandler& aSignalHandler) const
 	{
 	LOG_FUNC
-	// Cancel the Config timer if it's running
-	aSignalHandler.CancelTimer();
-	
 	// First start the ConfigReq sending delay timer (see DelayConfigRequest() for why).
 	// It's short lived, we'll start the proper L2CAP config timer when it expires.
 	aSignalHandler.StartConfigRequestDelayTimer();