diff options
author | Alice Kuo <aliceypkuo@google.com> | 2022-01-27 11:11:16 +0800 |
---|---|---|
committer | Alice Kuo <aliceypkuo@google.com> | 2022-02-08 10:48:22 +0800 |
commit | f745ae56dc743a21cee0fb5e3aeea409e3ae5bc9 (patch) | |
tree | 63a7ba18780299bb928fa1f565813609f75abf44 /framework/java/android/bluetooth/BluetoothLeAudio.java | |
parent | 7b7c92827f3d79eda65c13570aac6323f1254f73 (diff) |
Change AUDIO_LOCATION_INVALID to be systemApi
Bug: 216554758
Test: make build
Change-Id: If029eda8c4f447b52e68034d54bc2ac0e1df3ca2
Merged-In: If029eda8c4f447b52e68034d54bc2ac0e1df3ca2
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothLeAudio.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothLeAudio.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothLeAudio.java b/framework/java/android/bluetooth/BluetoothLeAudio.java index aa34d0d323..535c1c25f0 100644 --- a/framework/java/android/bluetooth/BluetoothLeAudio.java +++ b/framework/java/android/bluetooth/BluetoothLeAudio.java @@ -271,6 +271,7 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { * * @hide */ + @SystemApi public static final int AUDIO_LOCATION_INVALID = -1; /** |