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

Commit 1efa3cec authored by Chienyuan's avatar Chienyuan
Browse files

initialize msg/cfg in avdt_msg_ind

Bug: 79995407
Test: manual
Change-Id: I2a09335df1600b79e01ca024b219612f9b1e2fe8
parent 91c25d06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1499,8 +1499,8 @@ void avdt_msg_ind(AvdtpCcb* p_ccb, BT_HDR* p_buf) {
  uint8_t pkt_type;
  uint8_t msg_type;
  uint8_t sig = 0;
  tAVDT_MSG msg;
  AvdtpSepConfig cfg;
  tAVDT_MSG msg{};
  AvdtpSepConfig cfg{};
  uint8_t err;
  uint8_t evt = 0;
  uint8_t scb_hdl;