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

Commit ef95d2f6 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:...

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

Change-Id: I58c47588434970c61e2d8eaed13841fc5e5dbdff
parents f2540acb 521a1975
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;
    }
    }