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

Commit ef0304a0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bluetooth OOB: Fix getLeAppearance"

parents 762a92d7 a77bdb51
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;
    }

    /**