bluetooth/btstack/linkmgr/hostresolver.h
changeset 50 0bcc0c74cec9
parent 32 f72906e669b4
--- a/bluetooth/btstack/linkmgr/hostresolver.h	Fri Sep 17 08:36:02 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hostresolver.h	Mon Oct 04 02:11:29 2010 +0300
@@ -305,6 +305,7 @@
 	TDblQueLink iLink;
 	//Mixin providing security checking, This is not an owned variable.
 	MProvdSecurityChecker* iSecurityChecker;
+	TInquirySockAddr	iSockAddr;
 	};
 
 #ifdef CONNECTION_PREEMPTS_INQUIRY
@@ -438,6 +439,8 @@
 	TInt CacheAge(TUint aIAC) const;
 	void SetCacheAge(TUint aIAC, TInt aAge);
 	
+	TUint RequestedInquiryIAC();
+	
 private:
 	MHCICommandQueue*   iCommandQueue;
 
@@ -448,10 +451,6 @@
 	THWState		iHWState;
 	// IAC of the current inquiry
 	TUint			iCurrentInquiryIAC;
-	// IAC of the inquiry that is currently requested by a host resolver, either in progress or about to start
-	TUint			iRequestedInquiryIAC;
-	// IAC of the inquiry that has been put on hold while a higher priority IAC is in progress
-	TUint			iQueuedInquiryIAC;
 	// Number of times we've interrupted the current inquiry
 	TInt			iInquiryInteruptions;
 	// Time since the last inquiry, per IAC