bluetooth/btstack/linkmgr/physicallinks.h
changeset 21 5e5528a288fe
parent 19 4b81101308c6
child 32 f72906e669b4
--- a/bluetooth/btstack/linkmgr/physicallinks.h	Mon May 03 13:34:38 2010 +0300
+++ b/bluetooth/btstack/linkmgr/physicallinks.h	Fri May 14 16:59:23 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);