bluetooth/btstack/linkmgr/hcifacade.cpp
changeset 48 22de2e391156
parent 33 4e80e1b997a8
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/hcifacade.cpp	Wed Jul 21 15:42:05 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hcifacade.cpp	Thu Sep 23 17:06:47 2010 +0300
@@ -175,19 +175,6 @@
 
 	iAFHTimer=CAFHTimer::NewL(*this);
 	
-	// Read low power mode override timeout from the configuration file
-	_LIT(KLPMSection, "lowpowermodeconfiguration");
-	_LIT(KLPMTag, "overridelpmtimeout_microseconds");
-
-	TUint overrideLPMTimeout = 0;
-	TRAP(err, overrideLPMTimeout = iHciUtil->GetValueFromFileL(KLPMSection, KLPMTag));
-	
-	if (err == KErrNone)
-		{
-		// LPM override timeout found, pass the value into link manager
-		iLinkMgrProtocol.SetOverrideLPMTimeout(overrideLPMTimeout);
-		}
-	
 	iLastPowerState = EBTOn;
 	
 	// used later to ensure that we have enough data to call SetEventMask