| Index: Source/modules/bluetooth/BluetoothGATTService.idl
|
| diff --git a/Source/modules/bluetooth/BluetoothGATTService.idl b/Source/modules/bluetooth/BluetoothGATTService.idl
|
| index 1ba7f740327f5cd5c70b4505045f880045595556..6269ed2499582f3051a540cdf8ccc1cf4bed81d6 100644
|
| --- a/Source/modules/bluetooth/BluetoothGATTService.idl
|
| +++ b/Source/modules/bluetooth/BluetoothGATTService.idl
|
| @@ -12,9 +12,10 @@ typedef DOMString UUID;
|
| GarbageCollected,
|
| RuntimeEnabled=WebBluetooth,
|
| ] interface BluetoothGATTService { // : ServiceEventHandlers {
|
| - // readonly attribute UUID uuid;
|
| - // readonly attribute boolean isPrimary;
|
| - // readonly attribute DOMString instanceID;
|
| + readonly attribute UUID uuid;
|
| + readonly attribute boolean isPrimary;
|
| + // TODO(ortuno): Once device is implemented test that it matches
|
| + // the original device.
|
| // readonly attribute BluetoothDevice device;
|
| // Promise<BluetoothGATTCharacteristic> getCharacteristic(BluetoothCharacteristicUUID characteristic);
|
| // Promise<sequence<BluetoothGATTCharacteristic>> getCharacteristics(optional BluetoothCharacteristicUUID characteristic);
|
|
|