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

Commit ef952ee1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Alias sdp_result_text => sdp_status_text"

parents b3a3c09b 82acdc8a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@ inline std::string sdp_status_text(const tSDP_STATUS& status) {
      return base::StringPrintf("UNKNOWN[%hu]", status);
  }
}
const auto sdp_result_text = sdp_status_text;

#undef CASE_RETURN_TEXT

/* Masks for attr_value field of tSDP_DISC_ATTR */