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

Commit 0201e1b4 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6047316 from 87296313 to qt-qpr2-release

Change-Id: I919bcbf9467384d1ee74ed098e5de0ee74b78b8d
parents f14679d9 87296313
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -221,7 +221,8 @@ static void reassemble_and_dispatch(UNUSED_ATTR BT_HDR* packet) {
                 "%s got packet which would exceed expected length of %d. "
                 "Truncating.",
                 __func__, partial_packet->len);
        packet->len = partial_packet->len - partial_packet->offset;
        packet->len =
            (partial_packet->len - partial_packet->offset) + packet->offset;
        projected_offset = partial_packet->len;
      }