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

Commit 036ad48e authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "Fix Parcel creation in getAdvertisementServiceData"

parents 09516eb6 e02e621c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ public final class BluetoothHearingAid implements BluetoothProfile {
        }

        private AdvertisementServiceData(@NonNull Parcel in) {
            in.setDataPosition(0);
            mCapability = in.readInt();
            mTruncatedHiSyncId = in.readInt();
        }