Bluetooth OOB: Fix getLeAppearance

Bug: 185196125
Test: Use OOB pairing
Change-Id: I1cb1c33b0b17f2fd242f6579844996c2ccf09e62
This commit is contained in:
Hansong Zhang
2021-04-13 11:53:56 -07:00
parent 98833ee208
commit a77bdb5161

View File

@@ -830,7 +830,7 @@ public final class OobData implements Parcelable {
@Nullable
@SystemApi
public byte[] getLeAppearance() {
return mLeTemporaryKey;
return mLeAppearance;
}
/**