[web-bluetooth] writevalue should not update value

scheib has just created a new issue for 
https://github.com/WebBluetoothCG/web-bluetooth:

== writevalue should not update value ==
As discussed in 
https://bugs.chromium.org/p/chromium/issues/detail?id=614534, writing 
to a characteristic does not neccesarily mean that subsiquent reads 
will return that value. That behavior is peripheral dependent.

I believe the 
[writevalue](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-writevalue)
 line should be deleted:

> Set this.value to a new DataView wrapping a new ArrayBuffer 
containing bytes.

This applies to characteristics and descriptors. 

Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/issues/277 using your 
GitHub account

Received on Monday, 29 August 2016 22:31:15 UTC