Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c23ef99 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Automerger Merge Worker
Browse files

Merge "Module API for BluetoothProfileConnectionInfo for BLE with volume" am:...

Merge "Module API for BluetoothProfileConnectionInfo for BLE with volume" am: ec3e31bc am: 084cf13a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2191199



Change-Id: I9a407e21583252687645ce9ca6c4ddc3ab31b740
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c8f365a4 084cf13a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ package android.media {
    method @NonNull public static android.media.BluetoothProfileConnectionInfo createA2dpSinkInfo(int);
    method @NonNull public static android.media.BluetoothProfileConnectionInfo createHearingAidInfo(boolean);
    method @NonNull public static android.media.BluetoothProfileConnectionInfo createLeAudioInfo(boolean, boolean);
    method @NonNull public static android.media.BluetoothProfileConnectionInfo createLeAudioOutputInfo(boolean, int);
    method public int describeContents();
    method public int getProfile();
    method public int getVolume();
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ public final class BluetoothProfileConnectionInfo implements Parcelable {
    }

    /**
     * @hide
     * Factory method for <code>BluetoothProfileConnectionInfo</code> for an LE output device
     * @param suppressNoisyIntent if true the {@link AudioManager.ACTION_AUDIO_BECOMING_NOISY}
     *     intent will not be sent.