diff -r 6a1fe72036e3 -r 0b192a3a05a4 bluetoothengine/btaudioman/expinc/BTAccObserver.h --- 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