diff -r e9b924a62a66 -r 99439b07e980 bluetooth/btstack/linkmgr/hcifacade.cpp --- 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