bluetooth/btstack/linkmgr/linkmgr.h
branchRCL_3
changeset 17 32ba20339036
parent 11 20fda83a6398
child 25 99439b07e980
equal deleted inserted replaced
16:9f17f914e828 17:32ba20339036
   126 	void LocalOpen();
   126 	void LocalOpen();
   127 	void LocalClose();
   127 	void LocalClose();
   128 	
   128 	
   129 	void Error(TInt anError,CProtocolBase* aSourceProtocol=NULL);
   129 	void Error(TInt anError,CProtocolBase* aSourceProtocol=NULL);
   130 
   130 
       
   131 public: // from CProtocolBase
       
   132 	// Ref Counting
       
   133 	void Close();
       
   134 	void Open();
       
   135 	
   131 private: // From CProtocolBase
   136 private: // From CProtocolBase
   132 	// Factories
   137 	// Factories
   133 	CHostResolvProvdBase* NewHostResolverL();
   138 	CHostResolvProvdBase* NewHostResolverL();
   134 	CServProviderBase* NewSAPL(TUint aSockType);
   139 	CServProviderBase* NewSAPL(TUint aSockType);
   135 	
   140 	
   136 	// Ref Counting
   141 	// Ref Counting
   137 	void Close();
       
   138 	void Open();
       
   139 	void CloseNow();
   142 	void CloseNow();
   140 
   143 
   141 	// Others
   144 	// Others
   142 	void InitL(TDesC &aTag); // From ProtocolManager before all binding.
   145 	void InitL(TDesC &aTag); // From ProtocolManager before all binding.
   143 	void StartL(); // From Protocol Manager - after all binding
   146 	void StartL(); // From Protocol Manager - after all binding