Re: [Interest] Problems with Bluetooth examples

2015-08-12 Thread Thiago Macieira
On Wednesday 12 August 2015 16:56:50 Jason H wrote: > I don't think that there is a 5.6 FF yet? One was announced for Aug 10, but > the https://wiki.qt.io/Qt-5.6-release does not indicate it happened. The 5.6 branch was created, but we're in soft-freeze period. Both dev and 5.6 contain Qt 5.6. -

Re: [Interest] Problems with Bluetooth examples

2015-08-12 Thread Jason H
quot; Cc: "interest@qt-project.org" Subject: Re: [Interest] Problems with Bluetooth examples Hi,   Federico is correct, QtBluetooth is not supported on Windows as of now. We were hoping to have some implementation ready for 5.6, but due to vacation period and technical challenges w

Re: [Interest] Problems with Bluetooth examples

2015-08-12 Thread Christoph Petzold
Thank you very much for pointing this out.   Von: Kalinowski Maurice [mailto:maurice.kalinow...@theqtcompany.com] Gesendet: Mittwoch, 12. August 2015 14:11 An: Federico Buti; Christoph Petzold Cc: interest@qt-project.org Betreff: AW: [Interest] Problems with Bluetooth examples   Hi,   Federico

Re: [Interest] Problems with Bluetooth examples

2015-08-12 Thread Kalinowski Maurice
: Wednesday, August 12, 2015 2:07 PM An: Christoph Petzold Cc: interest@qt-project.org Betreff: Re: [Interest] Problems with Bluetooth examples Hi, AFAIK there is still no support for Windows yet (or either the documentation<http://doc.qt.io/qt-5/qtbluetooth-index.html> is not up-to-date). S

Re: [Interest] Problems with Bluetooth examples

2015-08-12 Thread Federico Buti
Hi, AFAIK there is still no support for Windows yet (or either the documentation is not up-to-date). Support for Win (and WinPhone) is planned. I remembered to have read it in some discussion. Someone more informed can correct me if I'm wrong. Br, F

[Interest] Problems with Bluetooth examples

2015-08-12 Thread Christoph Petzold
Hi,   i tried the following bluetooth examples   http://doc.qt.io/qt-5/qtbluetooth-btchat-example.html   QBluetoothLocalDevice::allDevices().size() returns 0 devices. So this cannot work.   http://doc.qt.io/qt-5/qtbluetooth-pingpong-ex