Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java41 public static final long MEDIA_STATE = 0x00010000; field in ServiceFeature
71 | MEDIA_STATE
92 if (serviceFeature == MEDIA_STATE) return "MEDIA_STATE(BIT 17)"; in toString()
DMediaControlGattService.java1147 if (isFeatureSupported(ServiceFeature.MEDIA_STATE)) { in initialStateRequest()
1519 if (!isFeatureSupported(ServiceFeature.MEDIA_STATE)) return MediaState.INACTIVE.getValue(); in getMediaStateChar()
1521 BluetoothGattCharacteristic stateChar = mCharacteristics.get(CharId.MEDIA_STATE); in getMediaStateChar()
1534 if (!isFeatureSupported(ServiceFeature.MEDIA_STATE)) return; in updateMediaStateChar()
1538 BluetoothGattCharacteristic stateChar = mCharacteristics.get(CharId.MEDIA_STATE); in updateMediaStateChar()
2254 public static final int MEDIA_STATE = field in MediaControlGattService.CharId
2255 Long.numberOfTrailingZeros(ServiceFeature.MEDIA_STATE);
2432 CharId.MEDIA_STATE, in getUuidCharacteristicList()
2433 ServiceFeature.MEDIA_STATE, in getUuidCharacteristicList()
2435 ServiceFeature.MEDIA_STATE, in getUuidCharacteristicList()
DMediaControlProfile.java865 | ServiceFeature.MEDIA_STATE