bluetooth/btstack/linkmgr/hcifacade.cpp
branchRCL_3
changeset 45 99439b07e980
parent 22 9f17f914e828
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/hcifacade.cpp	Wed Sep 01 12:38:54 2010 +0100
+++ b/bluetooth/btstack/linkmgr/hcifacade.cpp	Tue Sep 14 23:28:24 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