Home
last modified time | relevance | path

Searched refs:PLAYBACK_SPEED_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java53 public static final long PLAYBACK_SPEED_NOTIFY = PLAYBACK_SPEED << 32; field in ServiceFeature
103 if (serviceFeature == PLAYBACK_SPEED_NOTIFY) return "PLAYBACK_SPEED_NOTIFY"; in toString()
DMediaControlProfile.java859 | ServiceFeature.PLAYBACK_SPEED_NOTIFY
DMediaControlGattService.java1933 if (notify && isFeatureSupported(ServiceFeature.PLAYBACK_SPEED_NOTIFY)) { in updatePlaybackSpeedChar()
2351 ServiceFeature.PLAYBACK_SPEED_NOTIFY, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java176 | ServiceFeature.PLAYBACK_SPEED_NOTIFY in initAllFeaturesGattService()