Index: modules/bluetooth/BluetoothScanFilter.idl |
diff --git a/modules/bluetooth/BluetoothScanFilter.idl b/modules/bluetooth/BluetoothScanFilter.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7ab4f9e19dfdc935d3c8d98649d2b282da0fc3f0 |
--- /dev/null |
+++ b/modules/bluetooth/BluetoothScanFilter.idl |
@@ -0,0 +1,9 @@ |
+// Copyright 2015 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://webbluetoothchrome.github.io/web-bluetooth/#idl-def-bluetoothscanfilter |
+ |
+dictionary BluetoothScanFilter { |
+ sequence<BluetoothServiceUUID> services; |
+}; |