diff options
| author | Jakub Pawlowski <jpawlowski@google.com> | 2020-12-02 21:12:08 +0100 |
|---|---|---|
| committer | Jakub Pawlowski <jpawlowski@google.com> | 2020-12-15 09:09:31 +0000 |
| commit | 224146d50d8eabfd1c0d3afb6fa5ad6b42e37e67 (patch) | |
| tree | f1f2cac19c9964681fbb764c078c85ccab55dd8d /core/java/android/bluetooth/BluetoothUuid.java | |
| parent | dfe8d9caedf017c2321a4dfea7e2df7d9cd568bc (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.java | 7 |
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 |
