chromium/device/bluetooth/public/mojom/gatt_service_mojom_traits.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "device/bluetooth/public/mojom/gatt_service_mojom_traits.h"

namespace mojo {

bluetooth::mojom::GattServiceErrorCode
EnumTraits<bluetooth::mojom::GattServiceErrorCode,
           device::BluetoothGattService::GattErrorCode>::
    ToMojom(device::BluetoothGattService::GattErrorCode input) {}

bool EnumTraits<bluetooth::mojom::GattServiceErrorCode,
                device::BluetoothGattService::GattErrorCode>::
    FromMojom(bluetooth::mojom::GattServiceErrorCode input,
              device::BluetoothGattService::GattErrorCode* output) {}

}  // namespace mojo