bluetooth/btstack/linkmgr/linkmgr.h
changeset 50 0bcc0c74cec9
parent 32 f72906e669b4
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/linkmgr.h	Fri Sep 17 08:36:02 2010 +0300
+++ b/bluetooth/btstack/linkmgr/linkmgr.h	Mon Oct 04 02:11:29 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;