| Index: LayoutTests/bluetooth/bluetooth-helpers.js
|
| diff --git a/LayoutTests/bluetooth/bluetooth-helpers.js b/LayoutTests/bluetooth/bluetooth-helpers.js
|
| index bf5398e7508c33ab11935f0919f54e1323d76be1..ec1a43a2def17238024cbb59170d5d9b714dbb7a 100644
|
| --- a/LayoutTests/bluetooth/bluetooth-helpers.js
|
| +++ b/LayoutTests/bluetooth/bluetooth-helpers.js
|
| @@ -1,3 +1,9 @@
|
| +var genericAccessServiceUuid = '00001800-0000-1000-8000-00805f9b34fb';
|
| +var genericAttributeServiceUuid = '00001801-0000-1000-8000-00805f9b34fb';
|
| +var glucoseServiceUuid = '00001808-0000-1000-8000-00805f9b34fb';
|
| +var heartRateServiceUuid = '0000180d-0000-1000-8000-00805f9b34fb';
|
| +var batteryServiceUuid = '0000180f-0000-1000-8000-00805f9b34fb';
|
| +
|
| var promise_tests = Promise.resolve();
|
| // Helper function to run promise tests one after the other.
|
| // TODO(ortuno): Remove once https://github.com/w3c/testharness.js/pull/115/files
|
|
|