summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothUuid.java
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2020-12-02 21:12:08 +0100
committerJakub Pawlowski <jpawlowski@google.com>2020-12-15 09:09:31 +0000
commit224146d50d8eabfd1c0d3afb6fa5ad6b42e37e67 (patch)
treef1f2cac19c9964681fbb764c078c85ccab55dd8d /core/java/android/bluetooth/BluetoothUuid.java
parentdfe8d9caedf017c2321a4dfea7e2df7d9cd568bc (diff)
Add LE Audio UUID placeholder
Actual value will will be added in the future. We already have to reference it in the source. Bug: 150670922 Test: compilation Tag: #feature Sponsor: jpawlowski@ Change-Id: I3ba1e0e1136346e469952568f5a409cf32b898be
Diffstat (limited to 'core/java/android/bluetooth/BluetoothUuid.java')
-rw-r--r--core/java/android/bluetooth/BluetoothUuid.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothUuid.java b/core/java/android/bluetooth/BluetoothUuid.java
index e274af1b5c5d..56c482471003 100644
--- a/core/java/android/bluetooth/BluetoothUuid.java
+++ b/core/java/android/bluetooth/BluetoothUuid.java
@@ -153,7 +153,12 @@ public final class BluetoothUuid {
@SystemApi
public static final ParcelUuid HEARING_AID =
ParcelUuid.fromString("0000FDF0-0000-1000-8000-00805f9b34fb");
-
+ /** Placeholder until specification is released
+ * @hide */
+ @NonNull
+ @SystemApi
+ public static final ParcelUuid LE_AUDIO =
+ ParcelUuid.fromString("EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE");
/** @hide */
@NonNull
@SystemApi