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

Unified Diff: Source/modules/bluetooth/BluetoothGATTService.idl

Issue 1152393002: bluetooth: Blink side implementation of getPrimaryService (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-get-primary-service-interface
Patch Set: Add BluetoothGATTService to webexposed layout 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothGATTService.idl
diff --git a/Source/modules/bluetooth/BluetoothGATTService.idl b/Source/modules/bluetooth/BluetoothGATTService.idl
index 1ba7f740327f5cd5c70b4505045f880045595556..6269ed2499582f3051a540cdf8ccc1cf4bed81d6 100644
--- a/Source/modules/bluetooth/BluetoothGATTService.idl
+++ b/Source/modules/bluetooth/BluetoothGATTService.idl
@@ -12,9 +12,10 @@ typedef DOMString UUID;
GarbageCollected,
RuntimeEnabled=WebBluetooth,
] interface BluetoothGATTService { // : ServiceEventHandlers {
- // readonly attribute UUID uuid;
- // readonly attribute boolean isPrimary;
- // readonly attribute DOMString instanceID;
+ readonly attribute UUID uuid;
+ readonly attribute boolean isPrimary;
+ // TODO(ortuno): Once device is implemented test that it matches
+ // the original device.
// readonly attribute BluetoothDevice device;
// Promise<BluetoothGATTCharacteristic> getCharacteristic(BluetoothCharacteristicUUID characteristic);
// Promise<sequence<BluetoothGATTCharacteristic>> getCharacteristics(optional BluetoothCharacteristicUUID characteristic);
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698