bluetooth/btstack/linkmgr/linkmgr.h
branchRCL_3
changeset 56 015fa7494bd2
parent 45 99439b07e980
equal deleted inserted replaced
49:10183c6d2913 56:015fa7494bd2
   180 
   180 
   181 	TBTDevHCIVersion GetHWHCIVersion() const;
   181 	TBTDevHCIVersion GetHWHCIVersion() const;
   182 
   182 
   183 	void SetLimitedDiscoverableIfChangedL(TBool aOn);
   183 	void SetLimitedDiscoverableIfChangedL(TBool aOn);
   184 	void SetLocalVersion(THCIErrorCode aErr, TBTDevHCIVersion aHCIVersion, TBTDevLMPVersion aLMPVersion);
   184 	void SetLocalVersion(THCIErrorCode aErr, TBTDevHCIVersion aHCIVersion, TBTDevLMPVersion aLMPVersion);
       
   185 	void SetOverrideLPMTimeout(TUint aOverrideLPMTimeout);
   185 	void SetLocalFeatures(THCIErrorCode aErr, const TBTFeatures& aMask);
   186 	void SetLocalFeatures(THCIErrorCode aErr, const TBTFeatures& aMask);
   186 	void SetLocalCommands(THCIErrorCode aErr, const TBluetoothHciCommands& aMask);
   187 	void SetLocalCommands(THCIErrorCode aErr, const TBluetoothHciCommands& aMask);
   187 	void SetDeviceClassL(TUint32 aCod);
   188 	void SetDeviceClassL(TUint32 aCod);
   188 	TInt SetLocalDeviceName(const TDesC8& aName);
   189 	TInt SetLocalDeviceName(const TDesC8& aName);
   189 	void SetAFHChannelAssessmentModeL(TBool aMode);
   190 	void SetAFHChannelAssessmentModeL(TBool aMode);
   264 	CACLLinkStateFactory*	iACLStateFactory;
   265 	CACLLinkStateFactory*	iACLStateFactory;
   265 	CSyncLinkStateFactory*	iSCOStateFactory;
   266 	CSyncLinkStateFactory*	iSCOStateFactory;
   266 
   267 
   267 	RPointerArray<CSubscriber>	iSubscribers;
   268 	RPointerArray<CSubscriber>	iSubscribers;
   268 
   269 
       
   270 	TUint 					iOverrideLPMTimeout;
       
   271 
   269 	// protocol state objects
   272 	// protocol state objects
   270 	TBool                   iClosePending;	// the protocol is closing
   273 	TBool                   iClosePending;	// the protocol is closing
   271 	TDeltaTimerEntry		iIdleTimerEntry;
   274 	TDeltaTimerEntry		iIdleTimerEntry;
   272 	TBool					iIdleEntryQueued;
   275 	TBool					iIdleEntryQueued;
   273 
   276