bluetooth/btstack/l2cap/l2sapstates.cpp
changeset 48 22de2e391156
parent 16 0089b2f7ebd8
child 51 20ac952a623c
--- 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
 	{