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

Commit fa17eea5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "btm/iso: Add sequence number to the cis data event"

parents d9d802a3 ded98fbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -692,6 +692,7 @@ struct iso_impl {

    evt.p_msg = p_msg;
    evt.cig_id = iso->cig_id;
    evt.seq_nb = seq_nb;
    cig_callbacks_->OnCisEvent(kIsoEventCisDataAvailable, &evt);
  }

+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ struct cis_data_evt {
  uint16_t cis_conn_hdl;
  uint32_t ts;
  uint16_t evt_lost;
  uint16_t seq_nb;
  BT_HDR* p_msg;
};