diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-02-09 02:09:25 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-02-09 02:09:25 +0000 |
commit | 260f34b984915be6f8bea511be1f0bbd22c933d9 (patch) | |
tree | 00ea3915fb0b19665d0e08fb1ac22205eea9a586 /framework/java/android | |
parent | afb621b74522cd1cecfccbd59d9dadfb51e9aeed (diff) | |
parent | 5f48c3a4c824d86b7fef31eb02722ad5c2609957 (diff) |
Snap for 8160141 from 5f48c3a4c824d86b7fef31eb02722ad5c2609957 to tm-release
Change-Id: I628db1fb59c4af696366e2acdf5d111dd3463c8e
Diffstat (limited to 'framework/java/android')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothLeAudio.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothLeAudio.java b/framework/java/android/bluetooth/BluetoothLeAudio.java index 3d611efa78..42e9ff75b9 100644 --- a/framework/java/android/bluetooth/BluetoothLeAudio.java +++ b/framework/java/android/bluetooth/BluetoothLeAudio.java @@ -272,6 +272,7 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { * * @hide */ + @SystemApi public static final int AUDIO_LOCATION_INVALID = -1; /** @@ -307,6 +308,7 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { * <p> * @hide */ + @SystemApi public static final String EXTRA_LE_AUDIO_GROUP_STATUS = "android.bluetooth.extra.LE_AUDIO_GROUP_STATUS"; |