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

Commit 0593c5d1 authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "Properly init bta::av::bta_av_aact message structures 14/20"

parents 954683bd 1273578e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2461,8 +2461,8 @@ void bta_av_start_failed(tBTA_AV_SCB* p_scb, UNUSED_ATTR tBTA_AV_DATA* p_data) {
 *
 ******************************************************************************/
void bta_av_str_closed(tBTA_AV_SCB* p_scb, tBTA_AV_DATA* p_data) {
  tBTA_AV data;
  tBTA_AV_EVT event;
  tBTA_AV data = {};
  tBTA_AV_EVT event = {};

  APPL_TRACE_WARNING(
      "%s: peer %s bta_handle:0x%x open_status:%d chnl:%d co_started:%d",