diff -r a1b8f5cc021e -r 0bcc0c74cec9 bluetooth/btstack/linkmgr/linkmgr.h --- 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 iSubscribers; - TUint iOverrideLPMTimeout; - // protocol state objects TBool iClosePending; // the protocol is closing TDeltaTimerEntry iIdleTimerEntry;