| Index: Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| diff --git a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| index d90c23569ff72509a6259f81af483f81d2676ee5..7a99c40f4f9adc9e13ce3693c3f44ee488a34f09 100644
|
| --- a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| +++ b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| @@ -12,7 +12,7 @@ typedef DOMString UUID;
|
| RuntimeEnabled=WebBluetooth,
|
| ] interface BluetoothGATTCharacteristic {//: CharacteristicEventHandlers {
|
| // 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);
|
|
|