| 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
|
|
|