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

Commit d243a401 authored by Chris Manton's avatar Chris Manton
Browse files

Properly init bta::av::bta_av_aact message structures 15/20

Bug: 261213459
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: Ia77c8a2d70162c0985611211c66e45d3067864ca
parent 0593c5d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2537,7 +2537,7 @@ void bta_av_clr_cong(tBTA_AV_SCB* p_scb, UNUSED_ATTR tBTA_AV_DATA* p_data) {
 *
 ******************************************************************************/
void bta_av_suspend_cfm(tBTA_AV_SCB* p_scb, tBTA_AV_DATA* p_data) {
  tBTA_AV_SUSPEND suspend_rsp;
  tBTA_AV_SUSPEND suspend_rsp = {};
  uint8_t err_code = p_data->str_msg.msg.hdr.err_code;

  APPL_TRACE_DEBUG("%s: peer %s bta_handle:0x%x audio_open_cnt:%d err_code:%d",