equal
deleted
inserted
replaced
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 |