// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module content.mojom;
interface WebTestBluetoothFakeAdapterSetter {
// Sets a mock BluetoothAdapter. The characteristics of the adapter
// depend on |adapter_name|. For a list of available mock adapters
// see web_test_bluetooth_adapter_provider.h
Set(string adapter_name) => ();
};