diff -r 6a1fe72036e3 -r 0b192a3a05a4 bluetoothengine/btaudioman/inc/BTAccInfo.h --- a/bluetoothengine/btaudioman/inc/BTAccInfo.h Tue Jan 26 12:06:42 2010 +0200 +++ b/bluetoothengine/btaudioman/inc/BTAccInfo.h Tue Feb 02 00:20:42 2010 +0200 @@ -21,7 +21,7 @@ // INCLUDES #include // TBTDevAddr - +#include // DATA TYPES // CLASS DECLARATION @@ -125,10 +125,11 @@ void SetSupportedFeature(TUint16 aSupportedFeature, TInt aPosition); /** - * Accessor for the - * @return + * Accessor for the supported feature of a profile + * @return the supported features of this profile. 0 is returned if the profile is not + * found in this storage. */ - TUint16 SupportedFeatureL(TInt aPosition) const; + TUint16 SupportedFeature(TProfiles aProfile) const; public: TBTDevAddr iAddr;