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

Commit 693d41d3 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

GD: Fix received ISO data passing

Test: Stream LE Audio in conversational mode
Bug: 177907117
Change-Id: I813ffd36ff5682ddd3d8707bac04731a05a455e1
parent 12be847d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -485,7 +485,7 @@ static void iso_data_callback() {
  if (hci_iso_queue_end == nullptr) {
    return;
  }
  auto packet = hci_queue_end->TryDequeue();
  auto packet = hci_iso_queue_end->TryDequeue();
  ASSERT(packet != nullptr);
  if (!packet->IsValid()) {
    LOG_INFO("Dropping invalid packet of size %zu", packet->size());