QBluetooth discover devices?
-
wrote on 18 Aug 2016, 23:01 last edited by
I have been having troubles the past few days following the documentation there seems to be a lot of small issues with the QBluetoothDeviceDiscoveryAgent in particular and most of the examples I have saw are from one year ago or more. What I am trying to do is call a method to display the list of discovered devices within range to my host device. Is there a simple way to accomplish this task so that the discovered devices are printed lets say using printf or cout for the simplicity ? thank you
-
wrote on 19 Aug 2016, 07:46 last edited by
What platform are you running your code on? I hope its not windows because according to the documentation Qt Bluetooth API is not supported on the platform.
The supported platforms are Android, iOS, Linux (BlueZ 4.x/5.x) and OS X.
(NO WINDOWS). -
wrote on 19 Aug 2016, 07:57 last edited by
For Reference check out
http://doc.qt.io/qt-5/qtbluetooth-index.html
Please "Mark as Solved" if that is the case -
What platform are you running your code on? I hope its not windows because according to the documentation Qt Bluetooth API is not supported on the platform.
The supported platforms are Android, iOS, Linux (BlueZ 4.x/5.x) and OS X.
(NO WINDOWS).wrote on 19 Aug 2016, 19:28 last edited by@herlarbee Im using Mac El Cap. Thanks I will check out your link.
1/4