chromium/device/bluetooth/bluetooth_adapter_chromeos.cc

// Copyright 2021 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/bluez/bluetooth_adapter_bluez.h"
#include "device/bluetooth/floss/bluetooth_adapter_floss.h"
#include "device/bluetooth/floss/floss_features.h"

namespace device {

scoped_refptr<device::BluetoothAdapter> BluetoothAdapter::CreateAdapter() {}

}  // namespace device