Chromium Code Reviews| 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..390e94ab102c5537559c67b9fa142381412c4117 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 { |
|
nasko
2017/04/04 23:08:32
nit: WebBluetoothLEScanFilter should have "Le" cap
|
| 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; |
| }; |