diff -r e9b924a62a66 -r 99439b07e980 bluetooth/btstack/linkmgr/linkmgr.h --- a/bluetooth/btstack/linkmgr/linkmgr.h Wed Sep 01 12:38:54 2010 +0100 +++ b/bluetooth/btstack/linkmgr/linkmgr.h Tue Sep 14 23:28:24 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;