summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Łukasz Rymanowski <lukasz.rymanowski@codecoup.pl> 2021-10-08 20:37:41 +0000
committer Łukasz Rymanowski <lukasz.rymanowski@codecoup.pl> 2021-10-08 21:08:50 +0000
commit9a745d0f013decfa00e1cc01ccb35f946c7c1894 (patch)
tree6175f4e1a4ff28fadf971b8193e7a40b31cf6765
parent42ee6a1e298c2a36bad22949ec855731224a0c46 (diff)
leaudio: Fix link to intent
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: I7782f95cca7478dcd585d435f585bba6a453f1ab
-rw-r--r--core/java/android/bluetooth/BluetoothLeAudio.java2
1 files changed, 1 insertions, 1 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.
*
*