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

Commit 76439ec7 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4959688 from c932b327 to pi-qpr1-release

Change-Id: I0e9322114dbe429b0ba475702cf5f0e590534fe9
parents 6975f0c9 c932b327
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ void BTM_LE_PF_uuid_filter(tBTM_BLE_SCAN_COND_OP action,
        UINT32_TO_STREAM(p, uuid_mask.As32Bit());
        len += Uuid::kNumBytes32;
      } else if (uuid_len == Uuid::kNumBytes128) {
        const auto& tmp = uuid.To128BitLE();
        const auto& tmp = uuid_mask.To128BitLE();
        ARRAY_TO_STREAM(p, tmp.data(), (int)Uuid::kNumBytes128);
        len += Uuid::kNumBytes128;
      }