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

Commit 4873fcfb authored by wangfukai's avatar wangfukai Committed by android-build-merger
Browse files

Fix typo in avdt_scb_by_hdl am: d2384d7d

am: df40029c

Change-Id: I7cfcd424b90e6540f2e85b8313b78c0c48595bb4
parents 0d6b07de df40029c
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];