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

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

logging: Provide enum formatter stack::tL2CAP_CID_FIXED

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

Change-Id: I6f663ae033528db353629c7d9a9ba03cff7d7841
parent 35110c6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -501,6 +501,8 @@ constexpr uint16_t L2CAP_SDU_LENGTH_LE_MAX = 0xffff;
namespace fmt {
template <>
struct formatter<tL2CAP_CONN> : enum_formatter<tL2CAP_CONN> {};
template <>
struct formatter<tL2CAP_CID_FIXED> : enum_formatter<tL2CAP_CID_FIXED> {};
}  // namespace fmt

#endif