bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h
changeset 22 4255033c5d30
parent 0 f63038272f30
equal deleted inserted replaced
2:0b192a3a05a4 22:4255033c5d30
    86         */
    86         */
    87         TInt PhoneToHfVolScale(TInt aPhoneVol);
    87         TInt PhoneToHfVolScale(TInt aPhoneVol);
    88 
    88 
    89         TInt GetNewPhoneVol();
    89         TInt GetNewPhoneVol();
    90 
    90 
       
    91         TBool IsActiveRemoteVolumeControl();
       
    92         
    91     private:
    93     private:
    92         enum TVolSyncAction
    94         enum TVolSyncAction
    93             {
    95             {
    94             ESpeakerVolSubscribe,
    96             ESpeakerVolSubscribe,
    95             ESpeakerVolSet,
    97             ESpeakerVolSet,
   107         TInt iPhnSpkrVol; // phone speaker volume
   109         TInt iPhnSpkrVol; // phone speaker volume
   108         TInt iAccSpkrVol; // Acc speaker volume in phone side scale
   110         TInt iAccSpkrVol; // Acc speaker volume in phone side scale
   109 		TInt iMaxSpkrVol; // Maximum volume level of the phone
   111 		TInt iMaxSpkrVol; // Maximum volume level of the phone
   110 		TInt iStep;
   112 		TInt iStep;
   111         TVolSyncAction iAction;
   113         TVolSyncAction iAction;
   112     	
       
   113     	TBool iVolCtrlActivated;
       
   114     };
   114     };
   115 
   115 
   116 
   116 
   117 #endif  // BTMCVOLUME_H
   117 #endif  // BTMCVOLUME_H
   118 
   118