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

Commit 521a1975 authored by Cheney Ni's avatar Cheney Ni Committed by android-build-merger
Browse files

AVDTP: Make sure the UUID of the SCB is initialized before discovering am: c5c35fb4

am: f222a938

Change-Id: I4ed20182d419e1384a9384d55db81cc65c345d42
parents 4b8c770d f222a938
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1167,6 +1167,7 @@ void bta_av_setconfig_rsp(tBTA_AV_SCB* p_scb, tBTA_AV_DATA* p_data) {
    } else {
    } else {
      /* we do not know the peer device and it is using non-SBC codec
      /* we do not know the peer device and it is using non-SBC codec
       * we need to know all the SEPs on SNK */
       * we need to know all the SEPs on SNK */
      if (p_scb->uuid_int == 0) p_scb->uuid_int = p_scb->open_api.uuid;
      bta_av_discover_req(p_scb, NULL);
      bta_av_discover_req(p_scb, NULL);
      return;
      return;
    }
    }