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

Commit 82acdc8a authored by Chris Manton's avatar Chris Manton
Browse files

Alias sdp_result_text => sdp_status_text

Bug: 188297862
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: Iaeb44e1975e93155ec0248a1b657c5b07e806aaf
parent 63f5df21
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 */