[web-bluetooth] Pull Request: Move the navigator.bluetooth.uuids tree to methods on BluetoothUUID

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

== Move the navigator.bluetooth.uuids tree to methods on BluetoothUUID
 ==
Demo at 
https://rawgit.com/jyasskin/web-bluetooth-1/refactor-uuids/index.html#standardized-uuids.

I think this is a good way to refer to the external Bluetooth UUID 
registry, but I didn't find/look hard for a web spec to imitate, so 
let me know if there's a better way.

This currently breaks the `BluetoothServiceUUID` typedefs; I'll send a
 subsequent change to turn those into `DOMString`s that I explicitly 
pass through these new functions.

@marcoscaceres @esprehn @scheib 

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

Received on Friday, 15 May 2015 23:16:46 UTC