chromium/content/web_test/browser/web_test_first_device_bluetooth_chooser.cc

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

#include "content/web_test/browser/web_test_first_device_bluetooth_chooser.h"

#include "base/logging.h"

namespace content {

WebTestFirstDeviceBluetoothChooser::WebTestFirstDeviceBluetoothChooser(
    const EventHandler& event_handler)
    :{}

WebTestFirstDeviceBluetoothChooser::~WebTestFirstDeviceBluetoothChooser() {}

void WebTestFirstDeviceBluetoothChooser::SetAdapterPresence(
    AdapterPresence presence) {}

void WebTestFirstDeviceBluetoothChooser::ShowDiscoveryState(
    DiscoveryState state) {}

void WebTestFirstDeviceBluetoothChooser::AddOrUpdateDevice(
    const std::string& device_id,
    bool should_update_name,
    const std::u16string& deviceName,
    bool is_gatt_connected,
    bool is_paired,
    int signal_strength_level) {}

}  // namespace content