summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothUuid.java
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2021-12-29 16:56:49 +0100
committerJakub Pawlowski <jpawlowski@google.com>2021-12-29 20:03:32 +0100
commitb5ff8bcd3e752996bdd6148e45a983b0b693cb15 (patch)
treebf98ff1621af33c0b3b497f5773cec5916be4dac /core/java/android/bluetooth/BluetoothUuid.java
parent7e3ef8e3e21876a39af16fa56bba205a157062d2 (diff)
Use Common Audio Service UUID from latest assigned numbers
Bug: 150670922 Test: compilation Change-Id: I35684ecec50c3db757331b6384c2579f5a28a70a
Diffstat (limited to 'core/java/android/bluetooth/BluetoothUuid.java')
-rw-r--r--core/java/android/bluetooth/BluetoothUuid.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothUuid.java b/core/java/android/bluetooth/BluetoothUuid.java
index bb537ddab47b..2a8ff5185085 100644
--- a/core/java/android/bluetooth/BluetoothUuid.java
+++ b/core/java/android/bluetooth/BluetoothUuid.java
@@ -189,7 +189,7 @@ public final class BluetoothUuid {
@NonNull
@SystemApi
public static final ParcelUuid CAP =
- ParcelUuid.fromString("00008FE0-0000-1000-8000-00805F9B34FB");
+ ParcelUuid.fromString("00001853-0000-1000-8000-00805F9B34FB");
/** @hide */
@NonNull
@SystemApi