Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Side by Side Diff: Source/modules/bluetooth/BluetoothUUIDsService.idl

Issue 1136913002: bluetooth: Rename to WebBluetooth in preparation for new WebBluetooth flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move flag to test Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // https://webbluetoothcg.github.io/web-bluetooth/#idl-def-bluetoothuuidsservice 5 // https://webbluetoothcg.github.io/web-bluetooth/#idl-def-bluetoothuuidsservice
6 6
7 // Implement BluetoothUUIDsService interface: https://crbug.com/476971 7 // Implement BluetoothUUIDsService interface: https://crbug.com/476971
8 8
9 [ 9 [
10 GarbageCollected, 10 GarbageCollected,
11 NoInterfaceObject, 11 NoInterfaceObject,
12 RuntimeEnabled=Bluetooth, 12 RuntimeEnabled=WebBluetooth,
13 ] interface BluetoothUUIDsService { 13 ] interface BluetoothUUIDsService {
14 // readonly attribute UUID alert_notification; 14 // readonly attribute UUID alert_notification;
15 // readonly attribute UUID battery_service; 15 // readonly attribute UUID battery_service;
16 // readonly attribute UUID blood_pressure; 16 // readonly attribute UUID blood_pressure;
17 // readonly attribute UUID current_time; 17 // readonly attribute UUID current_time;
18 // readonly attribute UUID cycling_power; 18 // readonly attribute UUID cycling_power;
19 // readonly attribute UUID cycling_speed_and_cadence; 19 // readonly attribute UUID cycling_speed_and_cadence;
20 // readonly attribute UUID device_information; 20 // readonly attribute UUID device_information;
21 // readonly attribute UUID generic_access; 21 // readonly attribute UUID generic_access;
22 // readonly attribute UUID generic_attribute; 22 // readonly attribute UUID generic_attribute;
23 // readonly attribute UUID glucose; 23 // readonly attribute UUID glucose;
24 // readonly attribute UUID health_thermometer; 24 // readonly attribute UUID health_thermometer;
25 // readonly attribute UUID heart_rate; 25 // readonly attribute UUID heart_rate;
26 // readonly attribute UUID human_interface_device; 26 // readonly attribute UUID human_interface_device;
27 // readonly attribute UUID immediate_alert; 27 // readonly attribute UUID immediate_alert;
28 // readonly attribute UUID link_loss; 28 // readonly attribute UUID link_loss;
29 // readonly attribute UUID location_and_navigation; 29 // readonly attribute UUID location_and_navigation;
30 // readonly attribute UUID next_dst_change; 30 // readonly attribute UUID next_dst_change;
31 // readonly attribute UUID phone_alert_status; 31 // readonly attribute UUID phone_alert_status;
32 // readonly attribute UUID reference_time_update; 32 // readonly attribute UUID reference_time_update;
33 // readonly attribute UUID running_speed_and_cadence; 33 // readonly attribute UUID running_speed_and_cadence;
34 // readonly attribute UUID scan_parameters; 34 // readonly attribute UUID scan_parameters;
35 // readonly attribute UUID tx_power; 35 // readonly attribute UUID tx_power;
36 // readonly attribute UUID user_data; 36 // readonly attribute UUID user_data;
37 }; 37 };
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/BluetoothUUIDs.idl ('k') | Source/modules/bluetooth/NavigatorBluetooth.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698