Re: [web-bluetooth] Missing API for GATT Write w/o Response (#238)

My personal thoughts on:

a) writeValue should be specified to follow a specific algorithm.  I agree with @g-ortuno's preferring writeWithResponse.

b) I believe Web Bluetooth should not check characteristic properties.  Applications can access characteristic properties to check themselves if needed.  If an algorithm can work with a device advertising incorrect property bits I'd like the application to have a chance to attempt it.

If the algorithm won't work it will fail regardless.  The value of having Web Bluetooth check would be i) consistent error type and ii) cross platform consistency.  But these come at the expense of application functionality.

-- 
GitHub Notification of comment by scheib
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/238#issuecomment-620941420 using your GitHub account

Received on Wednesday, 29 April 2020 01:34:06 UTC