bluetoothengine/btaudioman/expinc/BTAccObserver.h
changeset 2 0b192a3a05a4
parent 0 f63038272f30
child 21 53b7818cd282
--- a/bluetoothengine/btaudioman/expinc/BTAccObserver.h	Tue Jan 26 12:06:42 2010 +0200
+++ b/bluetoothengine/btaudioman/expinc/BTAccObserver.h	Tue Feb 02 00:20:42 2010 +0200
@@ -93,6 +93,13 @@
     virtual TBool IsAvrcpVolCTSupported() = 0;
     virtual TBool IsAbsoluteVolumeSupported(const TBTDevAddr& aAddr) = 0;
     
+    /**
+     * Get the supported features of a profile in a device.
+     * @param aAddr The address of the device.
+     * @param aType the profile identifier
+     * @return the supported features value.
+     */
+    virtual TInt SupportedFeature( const TBTDevAddr& aAddr, TProfiles aType ) const = 0;
     };
 
 #endif // BTACC_OBSERVER_H