blob: 7ffb1c346d7dcf6422cf546abfddac1664f6cb83 [file] [log] [blame]
// Copyright 2018 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.
// https://webbluetoothcg.github.io/web-bluetooth/scanning.html#bluetoothlescan
[
RuntimeEnabled=WebBluetoothScanning,
SecureContext
] interface BluetoothLEScan {
readonly attribute FrozenArray<BluetoothLEScanFilter> filters;
readonly attribute boolean keepRepeatedDevices;
readonly attribute boolean acceptAllAdvertisements;
readonly attribute boolean active;
void stop();
};