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

Commit 79c4703b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Alias sdp_result_text => sdp_status_text" am: ef952ee1

parents d2710217 ef952ee1
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 */