Qt 5.6.0 Bluetooth discovery doesn't work
Unsolved
Mobile and Embedded
-
Bluetooth device discovery using QBluetoothDeviceDiscoveryAgent on my host Ubuntu machine works perfectly.
However on my target Linux board running kernel 4.1.10 it discoveres nothing, although the application runs.
There is bluez5. There is libbluetooth.so.3.18.6 and libQt5Bluetooth.so.5.6.0 in /usb/lib
Performing hcitool lescan (I scan for ble) from command line on target board also works, it shows nearby ble devices.
Do you have any idea, why the discovery doesn't work on the linux board?