bluetoothengine/btsac/src/btsacStateIdle.cpp
branchRCL_3
changeset 54 0ba996a9b75d
parent 0 f63038272f30
equal deleted inserted replaced
53:eede1356aa52 54: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".
   100 // -----------------------------------------------------------------------------
   100 // -----------------------------------------------------------------------------
   101 //
   101 //
   102 void CBtsacIdle::GAVDP_ConfigurationConfirm()
   102 void CBtsacIdle::GAVDP_ConfigurationConfirm()
   103 	{
   103 	{
   104 	TRACE_INFO((_L("CBtsacIdle::GAVDP_ConfigurationConfirm() Local SEPs registered successfully.")))
   104 	TRACE_INFO((_L("CBtsacIdle::GAVDP_ConfigurationConfirm() Local SEPs registered successfully.")))
   105 	TRAP_IGNORE(Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EGavdpResetReasonNone, KErrNone)));
   105 	TRAP_IGNORE(Parent().ChangeStateL(CBtsacListening::NewL(Parent())));
   106 	}
   106 	}
   107 
   107 
   108 // -----------------------------------------------------------------------------
   108 // -----------------------------------------------------------------------------
   109 // CBtsacIdle::GAVDP_Error
   109 // CBtsacIdle::GAVDP_Error
   110 // -----------------------------------------------------------------------------
   110 // -----------------------------------------------------------------------------