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

Commit 27250c46 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth OOB: Fix getLeAppearance" am: ef0304a087 am: 4829eb69 am: 8cd63de3

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

Change-Id: I8d2d9d4ea7bfa3b9a3a4bfe358da4275688b6f19
parents a95b9490 8cd63de3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -830,7 +830,7 @@ public final class OobData implements Parcelable {
    @Nullable
    @SystemApi
    public byte[] getLeAppearance() {
        return mLeTemporaryKey;
        return mLeAppearance;
    }

    /**