Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java42 public static final long MEDIA_CONTROL_POINT = 0x00020000; field in ServiceFeature
93 if (serviceFeature == MEDIA_CONTROL_POINT) return "MEDIA_CONTROL_POINT(BIT 18)"; in toString()
DMediaControlGattService.java1577 mCharacteristics.get(CharId.MEDIA_CONTROL_POINT); in setMediaControlRequestResult()
2256 public static final int MEDIA_CONTROL_POINT = field in MediaControlGattService.CharId
2257 Long.numberOfTrailingZeros(ServiceFeature.MEDIA_CONTROL_POINT);
2442 CharId.MEDIA_CONTROL_POINT, in getUuidCharacteristicList()
2443 ServiceFeature.MEDIA_CONTROL_POINT, in getUuidCharacteristicList()
2445 ServiceFeature.MEDIA_CONTROL_POINT, in getUuidCharacteristicList()
DMediaControlProfile.java866 | ServiceFeature.MEDIA_CONTROL_POINT
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java167 | ServiceFeature.MEDIA_CONTROL_POINT in initAllFeaturesGattService()