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

Commit f7c0bbe9 authored by Chris Manton's avatar Chris Manton
Browse files

logging: Provide enum formatter stack::tBT_PSM

Bug: 341300222
Test: m .
Flag: EXEMPT, Logging Change

Change-Id: I1c84efb2e799bca77d1a3a76f03d48c7cbdfc39e
parent bdfa0f81
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -67,3 +67,8 @@ inline std::string bt_psm_text(const tBT_PSM& psm) {
  };
  RETURN_UNKNOWN_TYPE_STRING(type, psm);
}

namespace fmt {
template <>
struct formatter<tBT_PSM> : enum_formatter<tBT_PSM> {};
}  // namespace fmt