Index: third_party/WebKit/LayoutTests/bluetooth/resources/bluetooth-helpers.js |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/resources/bluetooth-helpers.js b/third_party/WebKit/LayoutTests/bluetooth/resources/bluetooth-helpers.js |
index eb995d3fc5a6307dc1a73177eee1890f86f05a41..174469fde537889c45fbd5015085aebbd8f50ec9 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/resources/bluetooth-helpers.js |
+++ b/third_party/WebKit/LayoutTests/bluetooth/resources/bluetooth-helpers.js |
@@ -1,5 +1,12 @@ |
'use strict'; |
+// Bluetooth UUID constants: |
+// Services: |
+var blacklist_test_service_uuid = "611c954a-263b-4f4a-aab6-01ddb953f985"; |
+// Characteristics: |
+var blacklist_exclude_reads_characteristic_uuid = |
+ "bad1c9a2-9a5b-4015-8b60-1579bbbf2135"; |
+ |
// Sometimes we need to test that using either the name, alias, or UUID |
// produces the same result. The following objects help us do that. |
var generic_access = { |