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

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

Issue 256413003: chrome.bluetoothLowEnergy: Implement getService and getServices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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 4b2d15e1e1c2e6e467eacb2a8795d9f7a496c41f..051160b337f7d923a64792b40b3f695d17fdbd04 100644
--- a/chrome/common/extensions/api/bluetooth_low_energy.idl
+++ b/chrome/common/extensions/api/bluetooth_low_energy.idl
@@ -32,9 +32,9 @@ namespace bluetoothLowEnergy {
// this instance represents a remote service.
DOMString? instanceId;
- // The remote peripheral that the GATT service belongs to. Present, if this
- // instance represents a remote service.
- bluetooth.Device? device;
+ // The device address of the remote peripheral that the GATT service belongs
+ // to. Present, if this instance represents a remote service.
+ DOMString? deviceAddress;
};
// Represents a GATT characteristic, which is a basic data element that
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/bluetooth_low_energy/get_service/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698