bluetoothengine/btsac/src/btsacStateAborting.cpp
branchRCL_3
changeset 21 0ba996a9b75d
parent 0 f63038272f30
equal deleted inserted replaced
20:eede1356aa52 21:0ba996a9b75d
     1 /*
     1 /*
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    74 //	
    74 //	
    75 void CBtsacAborting::HandleGavdpErrorL(TInt aError)
    75 void CBtsacAborting::HandleGavdpErrorL(TInt aError)
    76 	{
    76 	{
    77 	TRACE_FUNC
    77 	TRACE_FUNC
    78 	Parent().CompletePendingRequests(KCompleteAllReqs, aError);
    78 	Parent().CompletePendingRequests(KCompleteAllReqs, aError);
    79 	Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EGavdpResetReasonGeneral, KErrDisconnected));
    79 	Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EResetGavdp, KErrDisconnected));
    80 	}
    80 	}
    81 
    81 
    82 //  End of File  
    82 //  End of File