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

Unified Diff: chrome/common/extensions/api/bluetooth_low_energy.idl

Issue 307453007: device/bluetooth: Implement GATT characteristic properties on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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: chrome/common/extensions/api/bluetooth_low_energy.idl
diff --git a/chrome/common/extensions/api/bluetooth_low_energy.idl b/chrome/common/extensions/api/bluetooth_low_energy.idl
index 125181f017e45492ac278b729d8eb97c40214ab5..b5e7665c067f70e5cc2ab99a49e1480212950e01 100644
--- a/chrome/common/extensions/api/bluetooth_low_energy.idl
+++ b/chrome/common/extensions/api/bluetooth_low_energy.idl
@@ -11,7 +11,7 @@ namespace bluetoothLowEnergy {
enum CharacteristicProperty {broadcast, read, writeWithoutResponse, write,
notify, indicate, authenticatedSignedWrites,
extendedProperties, reliableWrite,
- writeableAuxiliaries};
+ writableAuxiliaries};
// Represents a peripheral's Bluetooth GATT Service, a collection of
// characteristics and relationships to other services that encapsulate

Powered by Google App Engine
This is Rietveld 408576698