Index: third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
diff --git a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
index 1f0c13d5cc40934f1a649cc8297f366e91dae73f..9b6fae01dab7dd3f95b6f7d7cccd513799034fdb 100644 |
--- a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
+++ b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
@@ -64,6 +64,11 @@ var client_characteristic_configuration = { |
name: 'gatt.client_characteristic_configuration', |
uuid: '00002902-0000-1000-8000-00805f9b34fb' |
}; |
+var measurement_interval = { |
+ alias: 0x2a21, |
+ name: 'measurement_interval', |
+ uuid: '00002a21-0000-1000-8000-00805f9b34fb' |
+}; |
// The following tests make sure the Web Bluetooth implementation |
// responds correctly to the different types of errors the |