bluetooth/btstack/l2cap/l2sapstates.cpp
changeset 48 22de2e391156
parent 16 0089b2f7ebd8
child 51 20ac952a623c
equal deleted inserted replaced
35:14e279d2bbb7 48:22de2e391156
  1421 	LOG_FUNC
  1421 	LOG_FUNC
  1422 	// Already in the error state so no need to transition.
  1422 	// Already in the error state so no need to transition.
  1423 	// Consume the event.
  1423 	// Consume the event.
  1424 	}
  1424 	}
  1425 	
  1425 	
       
  1426 void TL2CAPSAPStateError::SignalHandlerError(CL2CAPConnectionSAP& /*aSAP*/, TInt /*aErrorCode*/, MSocketNotify::TOperationBitmasks /*aErrorAction*/) const
       
  1427     {
       
  1428     LOG_FUNC
       
  1429     // Already in the error state so no need to transition.
       
  1430     // Consume the event.
       
  1431     }   
       
  1432 
  1426 // State Transition Actions.
  1433 // State Transition Actions.
  1427 void TL2CAPSAPStateError::Enter(CL2CAPConnectionSAP& aSAP) const
  1434 void TL2CAPSAPStateError::Enter(CL2CAPConnectionSAP& aSAP) const
  1428 	{
  1435 	{
  1429 	LOG_FUNC
  1436 	LOG_FUNC
  1430 	// Set the error action to error all requests from the socket.
  1437 	// Set the error action to error all requests from the socket.