#ifndef DEVICE_BLUETOOTH_PUBLIC_MOJOM_GATT_SERVICE_ERROR_CODE_MOJOM_SHARED_H_
#define DEVICE_BLUETOOTH_PUBLIC_MOJOM_GATT_SERVICE_ERROR_CODE_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "device/bluetooth/public/mojom/gatt_service_error_code.mojom-shared-internal.h"
namespace bluetooth::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace bluetooth::mojom {
enum class GattServiceErrorCode : int32_t { … };
std::ostream& operator<<(std::ostream& os, GattServiceErrorCode value);
inline bool IsKnownEnumValue(GattServiceErrorCode value) { … }
}
namespace std {
template <>
struct hash<::bluetooth::mojom::GattServiceErrorCode>
: public mojo::internal::EnumHashImpl<::bluetooth::mojom::GattServiceErrorCode> { … };
}
namespace mojo {
namespace internal {
Serializer< ::bluetooth::mojom::GattServiceErrorCode, MaybeConstUserType>;
}
}
namespace bluetooth::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::bluetooth::mojom::GattServiceErrorCode> { … };
}
#endif