diff options
| author | Jakub Pawlowski <jpawlowski@google.com> | 2021-10-09 08:14:23 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-10-09 08:14:23 +0000 |
| commit | d9fdcfef04a3fc54f04350450aa82b66af714c9f (patch) | |
| tree | 5e2a4f5118afd567b9a20f47bb8148080e5f90e6 /core/java/android/bluetooth | |
| parent | f3a378805a2d70f823c73913d8af84a79f91a097 (diff) | |
| parent | cb33049f46769765f331ca645437efca9a9b6dca (diff) | |
Merge changes I7782f95c,I7e553bd9 am: b6cf963be9 am: 5e7527dbd5 am: 8f9b42c0c4 am: cb33049f46
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1850200
Change-Id: I4a888a156c3daff94cce6c468df85d20d00ed695
Diffstat (limited to 'core/java/android/bluetooth')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothLeAudio.java | 2 | ||||
| -rw-r--r-- | core/java/android/bluetooth/BluetoothUuid.java | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/core/java/android/bluetooth/BluetoothLeAudio.java b/core/java/android/bluetooth/BluetoothLeAudio.java index 3ea865bfd6ec..41617000805f 100644 --- a/core/java/android/bluetooth/BluetoothLeAudio.java +++ b/core/java/android/bluetooth/BluetoothLeAudio.java @@ -433,7 +433,7 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { * <p> This API returns false in scenarios like the profile on the * device is not connected or Bluetooth is not turned on. * When this API returns true, it is guaranteed that the - * {@link #ACTION_LEAUDIO_ACTIVE_DEVICE_CHANGED} intent will be broadcasted + * {@link #ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED} intent will be broadcasted * with the active device. * * diff --git a/core/java/android/bluetooth/BluetoothUuid.java b/core/java/android/bluetooth/BluetoothUuid.java index 67b725221206..325a77107255 100644 --- a/core/java/android/bluetooth/BluetoothUuid.java +++ b/core/java/android/bluetooth/BluetoothUuid.java @@ -155,12 +155,11 @@ public final class BluetoothUuid { @SystemApi public static final ParcelUuid HEARING_AID = ParcelUuid.fromString("0000FDF0-0000-1000-8000-00805f9b34fb"); - /** Placeholder until specification is released - * @hide */ + /** @hide */ @NonNull @SystemApi public static final ParcelUuid LE_AUDIO = - ParcelUuid.fromString("EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE"); + ParcelUuid.fromString("0000184E-0000-1000-8000-00805F9B34FB"); /** @hide */ @NonNull @SystemApi |
