[web-bluetooth] Describe what happens in response to disconnection (a lost ATT Bearer)

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

== Describe what happens in response to disconnection (a lost ATT 
Bearer) ==
https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothdevice-gattserver
 describes `BluetoothDevice.gattServer` becoming `null`, and 
[`BluetoothGATTRemoteServer.connected`](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothgattremoteserver-connected)
 needs to become false.

I'm not certain that `BluetoothDevice.gattServer` should actually 
become null after the first connection, and if it does then maybe it 
should go back to the original object on reconnection?

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

Received on Wednesday, 20 May 2015 21:56:58 UTC