[Interest] [QtBluetooth] Basic tests

2015-06-07 Thread Claudiu Olteanu
Hi there, I did some tests with the new Qt 5.5 release in order to check for QtBluetooth API functionalities and if there are any regressions compared to 5.4 version. Below you can find the details about the tests and the environment. TESTS 1. Turn on the device. 2. Turn off the device

Re: [Interest] [QtBluetooth] Basic tests

2015-06-08 Thread Blasche Alexander
> -Original Message- > From: interest-bounces+alexander.blasche=theqtcompany@qt-project.org > [mailto:interest-bounces+alexander.blasche=theqtcompany.com@qt- > project.org] On Behalf Of Claudiu Olteanu > The tests passed on all combinations. I hope this is good > news for Qt team :-)

Re: [Interest] [QtBluetooth] Basic tests

2015-06-08 Thread Blasche Alexander
> -Original Message- > project.org] On Behalf Of Blasche Alexander > Sent: Monday, 8 June 2015 16:03 > The above getDevice() function is related to Pairing and Bluez 4.x and > involved in > device discovery at all. Small correction (missing negation): The above getDevice() function is

Re: [Interest] [QtBluetooth] Basic tests

2015-06-10 Thread Claudiu Olteanu
Hi there, Sorry for the late response. You were right, I didn't shut down properly my Bluetooth daemon. The scanning works even I don't set the policy related to device's Manager. Thanks for the tip about how to enable the verbose debugging. This will ease my work a lot :-). Probably it is n