bluetooth/btstack/l2cap/l2capSigStates.cpp
changeset 47 a1b8f5cc021e
parent 32 f72906e669b4
child 43 5b153be919d4
child 50 0bcc0c74cec9
--- a/bluetooth/btstack/l2cap/l2capSigStates.cpp	Wed Aug 18 10:54:44 2010 +0300
+++ b/bluetooth/btstack/l2cap/l2capSigStates.cpp	Fri Sep 17 08:36:02 2010 +0300
@@ -898,6 +898,9 @@
 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();