bluetoothengine/btsac/inc/btsacStateConfigured.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
   101 	virtual void CancelRequest(CBtsacActive& aActive);
   101 	virtual void CancelRequest(CBtsacActive& aActive);
   102     
   102     
   103     void StartTimer(TTimeIntervalMicroSeconds32 aTimeout);
   103     void StartTimer(TTimeIntervalMicroSeconds32 aTimeout);
   104     void StopTimer();
   104     void StopTimer();
   105  	
   105  	
   106  	void CancelActionL(TInt aError, TBTSACGavdpResetReason aGavdpReset);
   106  	void CancelActionL(TInt aError);
   107  	void HandleGavdpErrorL(TInt aError);
   107  	void HandleGavdpErrorL(TInt aError);
   108 
   108 
   109 private:    
   109 private:    
   110 
   110 
   111     CBtsacConfigured(CBTSAController& aParent, RSocket aNewSocket, TAudioOpenedBy aAudioOpenedBy, TStreamConfiguredBy aStreamConfiguredBy);
   111     CBtsacConfigured(CBTSAController& aParent, RSocket aNewSocket, TAudioOpenedBy aAudioOpenedBy, TStreamConfiguredBy aStreamConfiguredBy);