bluetoothengine/btaudioman/expinc/BTAccObserver.h
changeset 2 0b192a3a05a4
parent 0 f63038272f30
child 21 53b7818cd282
equal deleted inserted replaced
1:6a1fe72036e3 2:0b192a3a05a4
    91     virtual TInt ConnectionStatus(const TBTDevAddr& aAddr) = 0;
    91     virtual TInt ConnectionStatus(const TBTDevAddr& aAddr) = 0;
    92     
    92     
    93     virtual TBool IsAvrcpVolCTSupported() = 0;
    93     virtual TBool IsAvrcpVolCTSupported() = 0;
    94     virtual TBool IsAbsoluteVolumeSupported(const TBTDevAddr& aAddr) = 0;
    94     virtual TBool IsAbsoluteVolumeSupported(const TBTDevAddr& aAddr) = 0;
    95     
    95     
       
    96     /**
       
    97      * Get the supported features of a profile in a device.
       
    98      * @param aAddr The address of the device.
       
    99      * @param aType the profile identifier
       
   100      * @return the supported features value.
       
   101      */
       
   102     virtual TInt SupportedFeature( const TBTDevAddr& aAddr, TProfiles aType ) const = 0;
    96     };
   103     };
    97 
   104 
    98 #endif // BTACC_OBSERVER_H
   105 #endif // BTACC_OBSERVER_H