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

FWIW, the current implementation of `writeValue()` in chromium is already inconsistent across platforms, so "fixing" it could break existing users. For example, Android currently prefers write without response while other platforms prefer write with response if both corresponding write properties are set on a characteristic. Another example, BlueZ will give a NOT_SUPPORTED error when attempting to write if no write property flags are set while other platforms will raise a NOT_PERMITTED error.

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

Received on Thursday, 30 April 2020 17:55:00 UTC