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

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

Issue 1146163005: bluetooth: Blink-side implementation of getCharacteristic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-characteristic-interface
Patch Set: getCharacteristic Blink-Side 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
Index: Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
diff --git a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
index d90c23569ff72509a6259f81af483f81d2676ee5..7a99c40f4f9adc9e13ce3693c3f44ee488a34f09 100644
--- a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
+++ b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
@@ -12,7 +12,7 @@ typedef DOMString UUID;
RuntimeEnabled=WebBluetooth,
] interface BluetoothGATTCharacteristic {//: CharacteristicEventHandlers {
// readonly attribute BluetoothGATTService service;
- // readonly attribute UUID uuid;
+ readonly attribute UUID uuid;
// readonly attribute CharacteristicProperties properties;
// readonly attribute ArrayBuffer? value;
// Promise<BluetoothGATTDescriptor> getDescriptor(BluetoothDescriptorUUID descriptor);

Powered by Google App Engine
This is Rietveld 408576698