summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothUuid.java
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@codecoup.pl>2021-03-01 13:02:25 +0000
committerJakub Pawlowski <jpawlowski@google.com>2021-08-09 15:37:52 +0000
commit723fe23ce87d942fadeb02887bf932d9e8f4ed4b (patch)
treec510adaf3e46ca4c261dce8fcab987e4201ac8e5 /core/java/android/bluetooth/BluetoothUuid.java
parentc74aebb4db3491c7f598a2080ebf207cab8b3051 (diff)
Bluetooth: Add Media Control Profile
Tag: #feature Bug: 150670922 Sponsor: jpawlowski@ Test: compilation Change-Id: Icabed06e6b1973ecee9cd1d6eeec80c6d2a9d72e
Diffstat (limited to 'core/java/android/bluetooth/BluetoothUuid.java')
-rw-r--r--core/java/android/bluetooth/BluetoothUuid.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothUuid.java b/core/java/android/bluetooth/BluetoothUuid.java
index d82cf19e8822..d07259393b51 100644
--- a/core/java/android/bluetooth/BluetoothUuid.java
+++ b/core/java/android/bluetooth/BluetoothUuid.java
@@ -172,6 +172,16 @@ public final class BluetoothUuid {
/** @hide */
@NonNull
@SystemApi
+ public static final ParcelUuid GENERIC_MEDIA_CONTROL =
+ ParcelUuid.fromString("00001849-0000-1000-8000-00805F9B34FB");
+ /** @hide */
+ @NonNull
+ @SystemApi
+ public static final ParcelUuid MEDIA_CONTROL =
+ ParcelUuid.fromString("00001848-0000-1000-8000-00805F9B34FB");
+ /** @hide */
+ @NonNull
+ @SystemApi
public static final ParcelUuid BASE_UUID =
ParcelUuid.fromString("00000000-0000-1000-8000-00805F9B34FB");