diff -r b9d1744dc449 -r f72906e669b4 bluetooth/btstack/linkmgr/ProxySAP.cpp --- a/bluetooth/btstack/linkmgr/ProxySAP.cpp Wed Jun 23 19:28:39 2010 +0300 +++ b/bluetooth/btstack/linkmgr/ProxySAP.cpp Tue Jul 06 15:33:04 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2003-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" @@ -26,6 +26,7 @@ #include "linkmgr.h" #include +#include #ifdef __FLOG_ACTIVE _LIT8(KLogComponent, LOG_COMPONENT_LINKMGR); @@ -552,7 +553,7 @@ } else { - iRequestedActiveMode = option ? ETrue : EFalse; + iRequestedActiveMode = option; if(iRequestedActiveMode) { localPriority = ETrue;