Re: [web-bluetooth] Generate 'characteristicvaluechanged' events without waiting for a CCCD update (#514)

That seems like a reasonable mitigation to put in place. What do you think about a property on the `BluetoothRemoteGattServer` vs. an option passed to `connect()`? The advantage of the latter is that for platforms where that is additional setup required to receive notifications and indications from all characteristics it could only be performed if the page explicitly requests it. For example, in the WinRT API a handler for the `ValueChanged` event must be added to each `IGattCharacteristic` instance as they are discovered.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 11 September 2020 00:27:36 UTC