Dear all, I hope I'm asking this question in the right place.
I'm trying to program a Ubuntu Touch app which needs to use the Bluetooth-capabilities of the Nexus 5 phone (currently with UT OTA-8).
I did not find any information on bluetooth-development or any suitable example for Ubuntu Touch. Did I miss something?
So, I started out with the clickable template "main-cpp - C++/QML App (built using Cmake with a main.cpp)". I then downloaded the QT5 Example Project BTScanner and integrated it in the clickable-template.
Good news: My project compiles without error.
Bad news: When I run the app with "clickable launch", this error ends up in the log
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
Cannot find a running Bluez. Please check the Bluez installtion
Does anyone have a hint what I am doing wrong? Is Bluetooth supposed to work a all? Is there a permission problem?
Thank you! Best regards, Nils