Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java43 public static final long MEDIA_CONTROL_POINT_OPCODES_SUPPORTED = 0x00040000; field in ServiceFeature
61 MEDIA_CONTROL_POINT_OPCODES_SUPPORTED << 32;
94 if (serviceFeature == MEDIA_CONTROL_POINT_OPCODES_SUPPORTED) in toString()
DMediaControlGattService.java1648 if (isFeatureSupported(ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED)) { in updatePlayerState()
2035 if (!isFeatureSupported(ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED)) return; in updateSupportedOpcodesChar()
2038 mCharacteristics.get(CharId.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED); in updateSupportedOpcodesChar()
2179 if (!isFeatureSupported(ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED)) { in isOpcodeSupported()
2187 .get(CharId.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED) in isOpcodeSupported()
2258 public static final int MEDIA_CONTROL_POINT_OPCODES_SUPPORTED = field in MediaControlGattService.CharId
2259 Long.numberOfTrailingZeros(ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED);
2452 CharId.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED, in getUuidCharacteristicList()
2453 ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED, in getUuidCharacteristicList()
DMediaControlProfile.java867 | ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java168 | ServiceFeature.MEDIA_CONTROL_POINT_OPCODES_SUPPORTED in initAllFeaturesGattService()