[web-bluetooth] Should BluetoothDevice.uuids be filtered?

scheib has just created a new issue for 
https://github.com/WebBluetoothCG/web-bluetooth:

== Should BluetoothDevice.uuids be filtered? ==
For privacy reasons, should the list of uuids on the BluetoothDevice 
be filtered to the set of services matched by BluetoothScanFilter and 
RequestDeviceOptions.services?

E.g. if a web page requests a device that offers a heart rate service,
 optionally with access to battery level, should it be able to 
discover that OBEXObjectPush is also supported on a device, providing 
more data about the device than may be necessary?

See https://github.com/WebBluetoothCG/web-bluetooth/issues/104

Received on Wednesday, 15 April 2015 18:06:38 UTC