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 3a9f8ee5cbde3ee831626f21b89afec7b1f6858c..546f91e595bc43f9339766005f94823ea6a14696 100644 |
--- a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
+++ b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js |
@@ -52,6 +52,16 @@ var battery_level = { |
name: 'battery_level', |
uuid: '00002a19-0000-1000-8000-00805f9b34fb' |
}; |
+var user_description = { |
+ alias: 0x2901, |
+ name: 'gatt.characteristic_user_description', |
+ uuid: '00002901-0000-1000-8000-00805f9b34fb' |
+}; |
+var client_characteristic_configuration = { |
+ alias: 0x2902, |
+ name: 'gatt.client_characteristic_configuration', |
+ uuid: '00002902-0000-1000-8000-00805f9b34fb' |
+}; |
// The following tests make sure the Web Bluetooth implementation |
// responds correctly to the different types of errors the |