1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

content / web_test / common / web_test_bluetooth_fake_adapter_setter.mojom [blame]

// 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) => ();

};