diff -r f8503e232b0c -r 9f17f914e828 bthci/bthci2/hcicmdq/src/HciCmdQController.cpp --- a/bthci/bthci2/hcicmdq/src/HciCmdQController.cpp Tue Apr 27 17:48:21 2010 +0300 +++ b/bthci/bthci2/hcicmdq/src/HciCmdQController.cpp Tue May 11 17:15:36 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-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" @@ -324,7 +324,7 @@ MHCICompletingEventQuery* completingEventInterface = NULL; err = iSendingCommand->Command().Extension_(KCompletingEventExpectUid, reinterpret_cast(completingEventInterface), NULL); if( (err == KErrNone && !completingEventInterface->MhceqCompletingEventExpected()) || - (err == KErrNotSupported && consumed == 0)) + (err == KErrExtensionNotSupported && consumed == 0)) { // Certain commands (e.g. the Number of Host Complete Packets // command) use no credits and do not normally return any