Re: [Interest] QBluetoothServiceDiscoveryAgent cannot retrieve sdp uuids

2018-08-16 Thread Jérôme Godbout
If I retry this too often, the Android device shutdown and reboot! Android 5.1.1 by the way. Also get the same problems on Android 6. As for the HCI the device doesn't have it, but I did try on a Samsung tablet to see if any difference was seen. I have attach the HCI snoop log with a Nexus tablet,

Re: [Interest] QBluetoothServiceDiscoveryAgent cannot retrieve sdp uuids

2018-08-16 Thread Jérôme Godbout
If it might help (since I don't have a stack trace, I will try to extract Android HCI log to see if there is any info into it). Here is the console information I have: D/MyApp( 8516): ..\MyApp\BleMgr.cpp:174 (bool BleMgrPrivate::checkForDevicesServices()): - Start device service discovery

Re: [Interest] QBluetoothServiceDiscoveryAgent cannot retrieve sdp uuids

2018-08-16 Thread Jérôme Godbout
I also tried to recreate a new service agent for each scan, with the same result. The BLE stack crash and system notify with popup. On 16 August 2018 at 15:10, Jérôme Godbout wrote: > > Minimal discovery only uses cached SDP values. If the platform does not > have any values the above message is

Re: [Interest] QBluetoothServiceDiscoveryAgent cannot retrieve sdp uuids

2018-08-16 Thread Jérôme Godbout
> Minimal discovery only uses cached SDP values. If the platform does not have any values the above message is the result. You have to do an active scan/FullDiscovery. How can we check if the device support the minimal discovery method? I just get an empty result and a trace into the console. It's

Re: [Interest] QApplication in worker thread

2018-08-16 Thread Thiago Macieira
On Wednesday, 15 August 2018 21:33:43 PDT Ramakanth Kesireddy wrote: > Hi, > > Am using Qt 4.8.x on embedded Linux. I'm ignoring that. The following answer applies to one of the supported versions of Qt right now. Any differences to the unsupported version you're using are your problem. > Thou

Re: [Interest] How to disable flicking in Quick Controls 2 ScrollView *without* disabling scroll view?

2018-08-16 Thread Rogerio
Not sure what you mean by not disabling scroll view, but what I would try is using ScrollView with a Flickable and the draggable item inside the flickable. Then setting 'interactive' on the flickable to false while the draggable item is selected. On 16/08/2018 13:11, Alexander Ivash wrote: Us

[Interest] How to disable flicking in Quick Controls 2 ScrollView *without* disabling scroll view?

2018-08-16 Thread Alexander Ivash
Use-case: I have draggable item inside scrollview and want drag to work while item selected. If not selected - scrollview should be flickable ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest