[web-bluetooth] new commits pushed by jyasskin

The following commits were just pushed by jyasskin to 
https://github.com/WebBluetoothCG/web-bluetooth:

* Remove the device info and device class fields from BluetoothDevice.
 (#229)

These fields are in the API because it started life as
chrome.bluetooth.Device, but they don't exist in either the Android or
Core Bluetooth APIs. Developers can still navigate the GATT tree to 
look
them up; they just won't be available at the top level anymore.

I asked for opinions on doing this at
https://lists.w3.org/Archives/Public/public-web-bluetooth/2016Apr/0017.html
and the limited response was positive.

This change also makes the "get the BluetoothDevice representing a
Bluetooth device" algorithm synchronous, which will help implement 
#163.
  by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/8d148ba3c3bdb034ee148de4ba2e3d28afa57773

Received on Friday, 22 April 2016 16:01:37 UTC