bluetooth/btstack/l2cap/l2capSigStates.cpp
branchRCL_3
changeset 43 5b153be919d4
parent 41 786b94c6f0a4
child 44 e9b924a62a66
equal deleted inserted replaced
41:786b94c6f0a4 43:5b153be919d4
   896 
   896 
   897 // Change of state events
   897 // Change of state events
   898 void TL2CAPSigStateWaitConfig::Enter(CL2CapSAPSignalHandler& aSignalHandler) const
   898 void TL2CAPSigStateWaitConfig::Enter(CL2CapSAPSignalHandler& aSignalHandler) const
   899 	{
   899 	{
   900 	LOG_FUNC
   900 	LOG_FUNC
   901 	// Cancel the Config timer if it's running
       
   902 	aSignalHandler.CancelTimer();
       
   903 	
       
   904 	// First start the ConfigReq sending delay timer (see DelayConfigRequest() for why).
   901 	// First start the ConfigReq sending delay timer (see DelayConfigRequest() for why).
   905 	// It's short lived, we'll start the proper L2CAP config timer when it expires.
   902 	// It's short lived, we'll start the proper L2CAP config timer when it expires.
   906 	aSignalHandler.StartConfigRequestDelayTimer();
   903 	aSignalHandler.StartConfigRequestDelayTimer();
   907 	}
   904 	}
   908 
   905