[web-bluetooth] Pull Request: Have sites explicitly watch for advertisements on paired devices.

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

== Have sites explicitly watch for advertisements on paired devices. 
==
This removes the enforcement that a site can only see service data for
 services
from its allowed services list. Since an advertisement is broadcast 
and
read-only, I think there's neither any private data in the 
advertisement nor a
need to protect the device from hostile sites.

Fixes #117 and fixes #212.

Preview at 
https://rawgit.com/jyasskin/web-bluetooth-1/watch-advertisements/index.html#advertising-events.

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

Received on Tuesday, 3 May 2016 23:55:37 UTC