diff -r 4b81101308c6 -r 4e80e1b997a8 bthci/bthci2/hcicmdq/src/HciCmdQController.cpp --- a/bthci/bthci2/hcicmdq/src/HciCmdQController.cpp Mon May 03 13:34:38 2010 +0300 +++ b/bthci/bthci2/hcicmdq/src/HciCmdQController.cpp Mon Jul 12 07:03:47 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