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

Commit e0cf9f22 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

Change-Id: I0124a1fb390867e6faecc00d887712d096d07dda
parents 91ddfd08 0ed78ee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,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);