[web-bluetooth] Pull Request: Handle notifications for characteristics missing a CCCD

baileyforrest has just submitted a new pull request for https://github.com/WebBluetoothCG/web-bluetooth:

== Handle notifications for characteristics missing a CCCD ==
A common violation of the specification is characteristics with
notification/indication capabilities not having an associated
Client Characteristic Configuration descriptor (CCCD).

In order to allow compatability with these types of devices,
implementaions should still attempt to register notifications on
characteristics without a CCD.

See https://github.com/WebBluetoothCG/web-bluetooth/pull/391

Received on Thursday, 12 April 2018 03:58:48 UTC