Re: [Interest] Bluetooth LE: scheduleServiceDetailDiscovery issue

2021-02-20 Thread Andreas Buhr
p there. Feel free to assign it to me. best regards, Andreas -- Andreas Buhr Senior Software Engineer The Qt Company Erich-Thilo-Str. 10 12489 Berlin Germany andreas.b...@qt.io www.qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin, Registergericht

Re: [Interest] Change of qRound

2021-11-25 Thread Andreas Buhr
Hi On 25.11.21 15:55, Björn Piltz wrote: Hi all, is there a specific reason for the change of qRound() in Qt 6? qRound(-0.5) now returns -1 and not 0. It was changed to match standard C++ behavior, see https://codereview.qt-project.org/c/qt/qtbase/+/301346 cheers, Andreas -- Andreas Buhr

Re: [Interest] Android 11/SDK 30 file issues

2021-12-21 Thread Andreas Buhr
this, this sounds like a serious problem. Let's create a bug entry on bugreports.qt.io for this to track it. Would you like to create the bug entry? If you don't want to go through the hassle of creating a bug entry, I can create it as well, just let me know. cheers, Andreas -- Andreas B

Re: [Interest] Android 11/SDK 30 file issues

2021-12-22 Thread Andreas Buhr
bugreports.qt.io is the right place for this. Would you like to create one? If you like, I can do it as well. cheers, Andreas Le 21-12-2021 21:16, Andreas Buhr a écrit : Hi Philippe, On 21.12.21 12:04, maitai wrote: But now with the new build with SDK30 application sees only files it has just

Re: [Interest] [Qt BLE] multiple devices connected to an app

2020-12-14 Thread Andreas Buhr
Hi Simon, On 14.12.20 15:25, Simon FEUTRIER wrote: But when I write in the characteristic of the second remote device, the connection with this device is immediately lost (Invalid service : loss of connection with the underlying device) Would you be able to share more information? Could you s

Re: [Interest] [Qt BLE] multiple devices connected to an app

2020-12-16 Thread Andreas Buhr
Hi Simon, On 15.12.20 09:26, Simon FEUTRIER wrote: I developed a remote device which has a u-blox BLE module (this module has an embedded nordic nrf chip if you know it). Thus, I communicate with this module with AT commands and I don't have a lot of information. Some more information I can g

Re: [Interest] help: build from git setup

2020-12-18 Thread Andreas Buhr
t=default,-qtwebengine it immediately came back with: Will not reinitialize already initialized repository (use -f to force)! Could you please restart from scratch and try again? If you go to an empty directory and execute git clone git://code.qt.io/qt/qt5.git cd qt5 git checkout 6.0 pe

Re: [Interest] Qt6 : QPA qxcb - Ubuntu 20.04 dev libraries dependencies

2021-01-24 Thread Andreas Buhr
build Qt6 with qxcb on Ubuntu 20.04 ? I guess you are familiar with these guidelines: https://wiki.qt.io/Building_Qt_5_from_Git Could you maybe provide more details about the problem? What did you try? Into what problem did you run? best, Andreas -- Andreas Buhr Senior Software Engineer The