Re: [web-bluetooth] When a BLE peripheral terminates a connection it should be possible to re-connect from the web app

Ah yes this is a known issue. In theory you shouldn't need to worry 
about this. The problem is that our implementation is creating a new 
BluetoothGatt object every time you connect to the device ([code in 
case you are 
interested](https://code.google.com/p/chromium/codesearch#chromium/src/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java&sq=package:chromium&type=cs&l=120)),
 which is wrong. I opened an [issue](https://crbug.com/576819). Feel 
free to follow.

-- 
GitHub Notification of comment by g-ortuno
Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/issues/192#issuecomment-171006827
 using your GitHub account

Received on Tuesday, 12 January 2016 18:41:19 UTC