2 * Copyright (c) 2024 EfficiOS, inc.
4 * SPDX-License-Identifier: MIT
7 #include "common/common.h"
8 #include "cpp-common/bt2/message.hpp"
9 #include "cpp-common/bt2c/uuid.hpp"
10 #include "cpp-common/vendor/fmt/format.h" /* IWYU pragma: keep */
14 inline const char *format_as(const MessageType type)
16 return bt_common_message_type_string(static_cast<bt_message_type>(type));
23 inline std::string format_as(const UuidView uuid)
28 } /* namespace bt2c */