bluetoothengine/btsac/inc/btsacStateConnected.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
   106 	virtual void CancelRequest(CBtsacActive& aActive);
   106 	virtual void CancelRequest(CBtsacActive& aActive);
   107     
   107     
   108     void StartTimer(TTimeIntervalMicroSeconds32 aTimeout, TInt aRequestId);
   108     void StartTimer(TTimeIntervalMicroSeconds32 aTimeout, TInt aRequestId);
   109     void StopTimer();
   109     void StopTimer();
   110     
   110     
   111     void CancelActionL(TInt aError, TBTSACGavdpResetReason aGavdpReset);
   111     void CancelActionL(TInt aError);
   112     void HandleGavdpErrorL(TInt aError);
   112     void HandleGavdpErrorL(TInt aError);
   113     
   113     
   114     void StartConfigurationL();
   114     void StartConfigurationL();
   115 
   115 
   116 private:    
   116 private: