diff -r 0b2439c3e397 -r 4545c04e61e1 bluetoothengine/btsac/src/btsacStateIdle.cpp --- a/bluetoothengine/btsac/src/btsacStateIdle.cpp Tue Jul 06 14:27:09 2010 +0300 +++ b/bluetoothengine/btsac/src/btsacStateIdle.cpp Wed Aug 18 09:59:05 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -102,7 +102,7 @@ void CBtsacIdle::GAVDP_ConfigurationConfirm() { TRACE_INFO((_L("CBtsacIdle::GAVDP_ConfigurationConfirm() Local SEPs registered successfully."))) - TRAP_IGNORE(Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EGavdpResetReasonNone, KErrNone))); + TRAP_IGNORE(Parent().ChangeStateL(CBtsacListening::NewL(Parent()))); } // -----------------------------------------------------------------------------