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

Commit 09bce0b8 authored by Sanket Agarwal's avatar Sanket Agarwal Committed by Gerrit Code Review
Browse files

Merge "AVRCT CT: uint8_t is used for 2byte field"

parents 969eb187 fad2a459
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ static tAVRC_STS avrc_pars_browse_rsp(tAVRC_MSG_BROWSE* p_msg,

  /* read the pdu */
  BE_STREAM_TO_UINT8(pdu, p);
  uint8_t pkt_len;
  uint16_t pkt_len;
  /* read the entire packet len */
  BE_STREAM_TO_UINT16(pkt_len, p);