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

Commit 3c87c035 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth OOB: Fix getLeAppearance" am: ef0304a0 am: 2988998b am:...

Merge "Bluetooth OOB: Fix getLeAppearance" am: ef0304a0 am: 2988998b am: 6745daf3 am: b2e2624e

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

Change-Id: I267ec95ceab67bd9839e51a4d8ec0ef65af5f46b
parents 09fe939b b2e2624e
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;
    }

    /**