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

Commit 4ddd6b01 authored by wangfukai's avatar wangfukai Committed by android-build-merger
Browse files

Fix typo in avdt_scb_by_hdl am: d2384d7d am: df40029c

am: 4873fcfb

Change-Id: I6bed4a8b12b9a23e73d88086b5ebafed7556b0ce
parents 4f134a31 4873fcfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -894,7 +894,7 @@ AvdtpScb* avdt_scb_by_hdl(uint8_t hdl) {
  }

  uint8_t index = hdl - 1;
  size_t i = index / AVDT_NUM_LINKS;
  size_t i = index / AVDT_NUM_SEPS;
  size_t j = index % AVDT_NUM_SEPS;

  AvdtpScb* p_scb = &avdtp_cb.ccb[i].scb[j];