bluetoothengine/btmac/inc/btmac/btmman.h
changeset 2 0b192a3a05a4
parent 0 f63038272f30
child 13 b6f55cd40afd
child 32 19bd632b5100
--- a/bluetoothengine/btmac/inc/btmac/btmman.h	Tue Jan 26 12:06:42 2010 +0200
+++ b/bluetoothengine/btmac/inc/btmac/btmman.h	Tue Feb 02 00:20:42 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  the entry of this plugin.
-*  Version     : %version: 12.1.6 %
+*  Version     : %version: 12.1.7 %
 *
 */
 
@@ -148,6 +148,12 @@
     
     void LoadCmdHandlerL(TBtmcProfileId aProfile, const TBTDevAddr& aAddr, TBool aAccessoryInitiated);
     
+    /**
+     * Set the support status of remote volume control of HSP in the remote device.
+     * @param aSupported ETrue if remote volume control is supported by HS unit.
+     */
+    void SetCmdHandlerHspRvcSupported( TBool aSupported );
+    
     void DeleteCmdHandler();
 
     void NewProtocolDataL(const TDesC8& aData);
@@ -156,6 +162,12 @@
 
     TBool IsEdrSupported() const;
 
+    /**
+     * Update the cmdhandler the support of remove volume control.
+     * @param aAddr the address of the remote device.
+     */
+    void SetCmdHandlerRvcSupport( const TBTDevAddr& aAddr );
+    
 private:
     // From base class CBTAccPlugin