bluetooth/btstack/linkmgr/linkmgr.h
branchRCL_3
changeset 25 99439b07e980
parent 17 32ba20339036
equal deleted inserted replaced
24:e9b924a62a66 25:99439b07e980
   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);
       
   186 	void SetLocalFeatures(THCIErrorCode aErr, const TBTFeatures& aMask);
   185 	void SetLocalFeatures(THCIErrorCode aErr, const TBTFeatures& aMask);
   187 	void SetLocalCommands(THCIErrorCode aErr, const TBluetoothHciCommands& aMask);
   186 	void SetLocalCommands(THCIErrorCode aErr, const TBluetoothHciCommands& aMask);
   188 	void SetDeviceClassL(TUint32 aCod);
   187 	void SetDeviceClassL(TUint32 aCod);
   189 	TInt SetLocalDeviceName(const TDesC8& aName);
   188 	TInt SetLocalDeviceName(const TDesC8& aName);
   190 	void SetAFHChannelAssessmentModeL(TBool aMode);
   189 	void SetAFHChannelAssessmentModeL(TBool aMode);
   265 	CACLLinkStateFactory*	iACLStateFactory;
   264 	CACLLinkStateFactory*	iACLStateFactory;
   266 	CSyncLinkStateFactory*	iSCOStateFactory;
   265 	CSyncLinkStateFactory*	iSCOStateFactory;
   267 
   266 
   268 	RPointerArray<CSubscriber>	iSubscribers;
   267 	RPointerArray<CSubscriber>	iSubscribers;
   269 
   268 
   270 	TUint 					iOverrideLPMTimeout;
       
   271 
       
   272 	// protocol state objects
   269 	// protocol state objects
   273 	TBool                   iClosePending;	// the protocol is closing
   270 	TBool                   iClosePending;	// the protocol is closing
   274 	TDeltaTimerEntry		iIdleTimerEntry;
   271 	TDeltaTimerEntry		iIdleTimerEntry;
   275 	TBool					iIdleEntryQueued;
   272 	TBool					iIdleEntryQueued;
   276 
   273