Re: BT support, brief tests

2015-06-28 Thread Claudiu Olteanu
Hi Dirk, I managed to reproduce the bug changing the Bluetooth address saved in the device *QComboBox*. Apparently if you set an incorrect address in that section the *QBluetoothSocket* connect method doesn't raise a *SocketError* and it gets stuck. I added a timer, like you suggested. It raises

BT support, brief tests

2015-06-26 Thread Dirk Hohndel
Hi Claudiu, I did some quick tests. Applied the libdivecomputer patches as they are and added a small patch to install the custom_serial.h file, added the patches to subsurface and gave it a shot. UI seems to work, I see my local device, I see the OSTC Sport, I can pair it and then it shows that

Re: BT support, brief tests

2015-06-26 Thread Rick Walsh
Hi Claudiu, I have a Shearwater Petrel and am looking forward to being able to test your work at some stage. I can download dives fine on Linux and Windows but find needing sudo to set up the connection annoying. On 27 Jun 2015 7:04 am, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote:

Re: BT support, brief tests

2015-06-26 Thread Claudiu Olteanu
I have a Shearwater Petrel and am looking forward to being able to test your work at some stage. I can download dives fine on Linux and Windows but find needing sudo to set up the connection annoying. Thanks for the support. I hope that I will have a complete Bluetooth implementation soon