- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 May 2015 15:09:40 +0000
- To: public-web-bluetooth-log@w3.org
The following commits were just pushed by jyasskin to
https://github.com/WebBluetoothCG/web-bluetooth:
* Add functions under window.BluetoothUUID to look up UUIDs by name.
This replaces the tree of interfaces previously used to provide these
aliases,
and fixes #49.
by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/403721c3fc6becf256c957aac3d8c8de5645dba7
* Add examples of using the static BluetoothUUID methods.
by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/43847584b8436028dc5f6649daccbf29ed6878a0
* Define the Bluetooth{Service,Characteristic,Descriptor}UUID types.
And filter all of their uses through the appropriate
BluetoothUUID.getFoo()
function, which fixes #56.
This commit also documents that any mention of a function in this spec
refers
to its initial value, which lets me avoid writing "the initial value
of" all
over the place like https://www.w3.org/2001/tag/doc/promises-guide has
to.
by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/1ae9775db87ce9910c09964690310d17249af985
* Support aliases in the BluetoothUUID getters, and explain the filter
transformation better.
by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/0b7bcfbe437ec4e44b350f2619fa9e5e4a7aeff8
* Merge pull request #112 from jyasskin/refactor-uuids
Move the navigator.bluetooth.uuids tree to methods on BluetoothUUID
by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/363b14ef3193e42a7890ace5a610a431ad344089
Received on Tuesday, 19 May 2015 15:09:41 UTC