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 89392da9044e0b76ff292b9f9c1f254a4754feff..7eb5abda24e275c53ab651ae1340fe231241ca18 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 |