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

Commit 1a193e56 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "SDP: Include the offset in sdp_disc_server_rsp" into oc-dev am: 0ed78ee1 am: e0cf9f22

am: c920730a

Change-Id: I14903033eadda2f5d074ce60a2d75751643a084b
parents 6f4f8d37 c920730a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ void sdp_disc_server_rsp(tCONN_CB* p_ccb, BT_HDR* p_msg) {

  /* Got a reply!! Check what we got back */
  p = (uint8_t*)(p_msg + 1) + p_msg->offset;
  uint8_t* p_end = (uint8_t*)(p_msg + 1) + p_msg->len;
  uint8_t* p_end = p + p_msg->len;

  BE_STREAM_TO_UINT8(rsp_pdu, p);