bluetoothengine/btmac/common/btmchandlerapi.h
changeset 2 0b192a3a05a4
parent 0 f63038272f30
equal deleted inserted replaced
1:6a1fe72036e3 2:0b192a3a05a4
    45     IMPORT_C void ActivateRemoteVolumeControl();
    45     IMPORT_C void ActivateRemoteVolumeControl();
    46 
    46 
    47     IMPORT_C void DeActivateRemoteVolumeControl();     
    47     IMPORT_C void DeActivateRemoteVolumeControl();     
    48     
    48     
    49     IMPORT_C TInt GetRemoteSupportedFeature();
    49     IMPORT_C TInt GetRemoteSupportedFeature();
       
    50     
       
    51     /**
       
    52      * Set the support status of remote volume control of HSP in the remote device.
       
    53      * @param aSupported ETrue if remote volume control is supported by HS unit.
       
    54      */
       
    55     IMPORT_C void SetHspRvcSupported(TBool aSupported);
    50 
    56 
    51 private:
    57 private:
    52     CBtmcHandlerApi();
    58     CBtmcHandlerApi();
    53     
    59     
    54     // 2nd phase construction, called by NewL()
    60     // 2nd phase construction, called by NewL()