Get Qt5.2 Bluetoth Chat Server example working
-
Hello out there,
I'm trying to get the Qt5.2 bluetooth chat example working. "btchat":http://qt-project.org/doc/qt-5/qtbluetooth-btchat-example.html
The compilation under Windows 7 64bit with MinGW 32 bit worked fine, but when I start the application, I get "Cannot bind chat server to "00:00:00:00:00:00". So did I configured something wrong?
-
Hi and welcome to devnet,
Currently windows is not yet supported for bluetooth. IIRC the current list is Linux with BlueZ 4 and BlackBerry
-
Hi and welcome to devnet,
Bluetooth for OS X will be in "Qt 5.5":http://qt-project.org/wiki/New-Features-in-Qt-5.5
-
Hi and welcome to devnet,
Bluetooth for OS X will be in "Qt 5.5":http://qt-project.org/wiki/New-Features-in-Qt-5.5
-
That's more something that depends on the platform not Qt itself
-
That's more something that depends on the platform not Qt itself
-
If you clone from git there's a
wip/win
branch that you can check.