Home
last modified time | relevance | path

Searched refs:BTRC_FEAT_NONE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerConstants.java56 public static final byte BTRC_FEAT_NONE = 0; field in AvrcpControllerConstants
DAvrcpControllerClasses.java245 mRemoteFeatures = AvrcpControllerConstants.BTRC_FEAT_NONE; in cleanup()
255 mRemoteFeatures = AvrcpControllerConstants.BTRC_FEAT_NONE; in RemoteDevice()
DAvrcpControllerService.java229 (mAvrcpRemoteDevice.mRemoteFeatures == AvrcpControllerConstants.BTRC_FEAT_NONE)|| in sendPassThroughCmd()