dbus_bluez_manager_wrapper_stub_linux.cc 510 B

1234567891011121314151617
  1. // Copyright 2016 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "device/bluetooth/dbus/dbus_bluez_manager_wrapper_linux.h"
  5. namespace bluez {
  6. // Stub implementation for targets that don't use DBus.
  7. // static
  8. void DBusBluezManagerWrapperLinux::Initialize() {}
  9. // Stub implementation for targets that don't use DBus.
  10. // static
  11. void DBusBluezManagerWrapperLinux::Shutdown() {}
  12. } // namespace bluez