Merge "Bluetooth OOB: Fix getLeAppearance" am: ef0304a087 am: 2988998bd3 am: 6745daf3c2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1673875 Change-Id: I8d2d9d4ea7bfa3b9a3a4bfe358da4275688b6f19
This commit is contained in:
@@ -830,7 +830,7 @@ public final class OobData implements Parcelable {
|
||||
@Nullable
|
||||
@SystemApi
|
||||
public byte[] getLeAppearance() {
|
||||
return mLeTemporaryKey;
|
||||
return mLeAppearance;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user