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

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

Merge "AVRCP:Update lidx when ACP handle exist in bta_av_rc_create"

am: 7399be0c

Change-Id: Idcf88f8245cda75a590a5877243eb46dc7af2504
parents df40029c 7399be0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,7 @@ uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl,
    p_rcb = bta_av_get_rcb_by_shdl(shdl);
    if (p_rcb != NULL) {
      APPL_TRACE_ERROR("%s: ACP handle exist for shdl:%d", __func__, shdl);
      p_rcb->lidx = lidx;
      return p_rcb->handle;
    }
  }