| Index: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| index e168bda22fe2c2c63fe12a256b16868df968a229..95bc81fa659434da43f09b7d83646ba21689c067 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| @@ -97,14 +97,14 @@ enum WebBluetoothResult {
|
| DESCRIPTOR_NO_LONGER_EXISTS,
|
| };
|
|
|
| -struct WebBluetoothScanFilter {
|
| +struct WebBluetoothLeScanFilter {
|
| array<bluetooth.mojom.UUID>? services;
|
| string? name;
|
| string? name_prefix;
|
| };
|
|
|
| struct WebBluetoothRequestDeviceOptions {
|
| - array<WebBluetoothScanFilter>? filters;
|
| + array<WebBluetoothLeScanFilter>? filters;
|
| array<bluetooth.mojom.UUID> optional_services;
|
| bool accept_all_devices;
|
| };
|
|
|