chromium/device/bluetooth/floss/floss_version.cc

// Copyright 2023 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/floss/floss_version.h"

namespace floss::version {

// Supported version range of the Floss API exported by Floss daemon.
constexpr char kMinimumSupportedFlossVerStr[] =;
constexpr char kMaximumSupportedFlossVerStr[] =;

base::Version IntoVersion(uint32_t version) {}

uint32_t GetMajorVersion(uint32_t version) {}

uint32_t GetMinorVersion(uint32_t version) {}

base::Version GetMinimalSupportedVersion() {}

base::Version GetMaximalSupportedVersion() {}

}  // namespace floss::version