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

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: Merged with TOT Created 5 years, 6 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..2aed3712d7b1190d3cfe6c4bcec21024265fd3f7 100644
--- a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
+++ b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
@@ -11,8 +11,10 @@ typedef DOMString UUID;
GarbageCollected,
RuntimeEnabled=WebBluetooth,
] interface BluetoothGATTCharacteristic {//: CharacteristicEventHandlers {
+ // TODO(ortuno): Add test to make sure service matches the service
+ // used to call getCharacteristic.
// 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);
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTCharacteristic.cpp ('k') | Source/modules/bluetooth/BluetoothGATTService.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698