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

Commit 2fd41c54 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "SDP: add return after SDP disconnection" into oc-dev am: 1198e30b am:...

Merge "SDP: add return after SDP disconnection" into oc-dev am: 1198e30b am: 76f6f74a am: 3a3f287b am: 90368c85

Change-Id: Idf52ecb11c7193b6711f87579fcc5a069025b1b3
parents df3a0607 90368c85
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -436,6 +436,7 @@ static void process_service_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply,
      if (!sdp_copy_raw_data(p_ccb, false)) {
        SDP_TRACE_ERROR("sdp_copy_raw_data failed");
        sdp_disconnect(p_ccb, SDP_ILLEGAL_PARAMETER);
        return;
      }

#endif
@@ -642,6 +643,7 @@ static void process_service_search_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply,
  if (!sdp_copy_raw_data(p_ccb, true)) {
    SDP_TRACE_ERROR("sdp_copy_raw_data failed");
    sdp_disconnect(p_ccb, SDP_ILLEGAL_PARAMETER);
    return;
  }
#endif