blob: 18c2bfe676c2892cad9046c2e02bdc537158b37f [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "device/bluetooth/dbus/dbus_bluez_manager_wrapper_linux.h"
namespace bluez {
// Stub implementation for targets that don't use DBus.
// static
void DBusBluezManagerWrapperLinux::Initialize() {}
// Stub implementation for targets that don't use DBus.
// static
void DBusBluezManagerWrapperLinux::Shutdown() {}
} // namespace bluez