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

Commit f832e606 authored by Sanket Agarwal's avatar Sanket Agarwal Committed by android-build-merger
Browse files

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

am: 09bce0b8

Change-Id: I0f7fee007ae4a5b3bd19fa2862e0c22aa7f46cae
parents b11fd830 09bce0b8
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);