bluetooth/btstack/linkmgr/hostresolver.h
changeset 48 22de2e391156
parent 33 4e80e1b997a8
--- a/bluetooth/btstack/linkmgr/hostresolver.h	Wed Jul 21 15:42:05 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hostresolver.h	Thu Sep 23 17:06:47 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