[web-bluetooth] new commits pushed by jyasskin

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

* Rename the GATT hierarchy to "BluetoothRemoteGATT*" to make room for
 peripheral mode.

It's not clear whether the peripheral classes will be "BluetoothGATT*"
 or
"BluetoothLocalGATT*", but we don't expect folks to type the remote 
class names
very often, so they can be longer.

Using "RemoteGATT" reads better than "GATTRemote".
  by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/70c82d98eab03f5ff79817b574c91fe5f90a8d68

* Rename BluetoothDevice.gattServer to .gatt.

Even after we add peripheral mode, there won't be any GATT things on a
 device
other than the server, so we can let developers type a little less.
  by Jeffrey Yasskin
https://github.com/WebBluetoothCG/web-bluetooth/commit/1c9eaab3d37b62f5e31a60b6822043fe0d5f1734

Received on Friday, 29 January 2016 19:21:23 UTC