bluetooth/btstack/linkmgr/linkmgr.h
changeset 48 22de2e391156
parent 33 4e80e1b997a8
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/linkmgr.h	Wed Jul 21 15:42:05 2010 +0300
+++ b/bluetooth/btstack/linkmgr/linkmgr.h	Thu Sep 23 17:06:47 2010 +0300
@@ -182,7 +182,6 @@
 
 	void SetLimitedDiscoverableIfChangedL(TBool aOn);
 	void SetLocalVersion(THCIErrorCode aErr, TBTDevHCIVersion aHCIVersion, TBTDevLMPVersion aLMPVersion);
-	void SetOverrideLPMTimeout(TUint aOverrideLPMTimeout);
 	void SetLocalFeatures(THCIErrorCode aErr, const TBTFeatures& aMask);
 	void SetLocalCommands(THCIErrorCode aErr, const TBluetoothHciCommands& aMask);
 	void SetDeviceClassL(TUint32 aCod);
@@ -267,8 +266,6 @@
 
 	RPointerArray<CSubscriber>	iSubscribers;
 
-	TUint 					iOverrideLPMTimeout;
-
 	// protocol state objects
 	TBool                   iClosePending;	// the protocol is closing
 	TDeltaTimerEntry		iIdleTimerEntry;