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

Commit bc45dc95 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix bad type for txPower in PeriodicAdvertisingReport serialization

am: 459888be

Change-Id: Ibccfb97e0b41a9ef6af9fcb1da23870dbff7f9b9
parents d88c6877 459888be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public final class PeriodicAdvertisingReport implements Parcelable {
    @Override
    public void writeToParcel(Parcel dest, int flags) {
        dest.writeInt(syncHandle);
        dest.writeLong(txPower);
        dest.writeInt(txPower);
        dest.writeInt(rssi);
        dest.writeInt(dataStatus);
        if (data != null) {