diff -r f8503e232b0c -r 9f17f914e828 bluetooth/btstack/linkmgr/physicallinks.h --- a/bluetooth/btstack/linkmgr/physicallinks.h Tue Apr 27 17:48:21 2010 +0300 +++ b/bluetooth/btstack/linkmgr/physicallinks.h 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" @@ -379,6 +379,9 @@ void SetAuthenticationPending(TUint8 aFlag); virtual void AuthenticationComplete(TUint8 aFlag); + TBool IsAuthenticationRequestPending() const; + + static TInt OverrideLPMTimeoutCallback(TAny* aCPhysicalLink);// async callback static TInt TerminateCallback(TAny* aCPhysicalLink);// async callback TInt Terminate(THCIErrorCode aReason);