bluetoothengine/btsac/btrcc/inc/btrccAbsoluteVolumeLevelController.h
branchRCL_3
changeset 21 53b7818cd282
parent 0 f63038272f30
equal deleted inserted replaced
20:2f88a7d66f50 21:53b7818cd282
    85 
    85 
    86     private: // From CBTRCCVolumeLevelControllerBase
    86     private: // From CBTRCCVolumeLevelControllerBase
    87 
    87 
    88         void AdjustRemoteVolume(TInt aVolume); 
    88         void AdjustRemoteVolume(TInt aVolume); 
    89         
    89         
    90         TInt GetPhoneVolume(TInt &aVol);
    90         TInt RoundRemoteVolume(TInt aPrevPhVol);        
    91 
    91 
    92 	public: // New methods
    92 	public: // New methods
    93 
    93 
    94 
    94 
    95     private:  // From MRemConAbsoluteVolumeControllerObserver
    95     private:  // From MRemConAbsoluteVolumeControllerObserver
   119 		TInt iLocalMaxVolume; // maximum volume level of phone
   119 		TInt iLocalMaxVolume; // maximum volume level of phone
   120 
   120 
   121 		TUint iNumRemotes; // not used, but needed for the remote controlling API.
   121 		TUint iNumRemotes; // not used, but needed for the remote controlling API.
   122 		
   122 		
   123 		TInt iRetryCounter;
   123 		TInt iRetryCounter;
       
   124 		
       
   125         TInt iStep;
   124     };
   126     };
   125 
   127 
   126 #endif      // BTRCCABSOLUTEVOLUMELEVELCONTROLLER_H
   128 #endif      // BTRCCABSOLUTEVOLUMELEVELCONTROLLER_H
   127             
   129             
   128 // End of File
   130 // End of File