diff -r 14e279d2bbb7 -r 22de2e391156 bluetooth/btstack/l2cap/l2sapstates.cpp --- a/bluetooth/btstack/l2cap/l2sapstates.cpp Wed Jul 21 15:42:05 2010 +0300 +++ b/bluetooth/btstack/l2cap/l2sapstates.cpp Thu Sep 23 17:06:47 2010 +0300 @@ -1423,6 +1423,13 @@ // Consume the event. } +void TL2CAPSAPStateError::SignalHandlerError(CL2CAPConnectionSAP& /*aSAP*/, TInt /*aErrorCode*/, MSocketNotify::TOperationBitmasks /*aErrorAction*/) const + { + LOG_FUNC + // Already in the error state so no need to transition. + // Consume the event. + } + // State Transition Actions. void TL2CAPSAPStateError::Enter(CL2CAPConnectionSAP& aSAP) const {