In BlueZ 5 the DBus API has changed substantially. I previously had a working QDbus controller library for BlueZ 4 based on this: https://gitorious.org/qt-bluez-demos/
I've been googling quite a bit and cannot find any existing starting point to convert my BlueZ 4 library to BlueZ 5.
NOTE: I'm using Qt 4.8 but it seems Qt 5.0 has some QBluetooth namespace, however it has not been updated for BlueZ 5 yet either:
https://bugreports.qt-project.org/browse/QTBUG-32085?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab
This library is also BlueZ 4 only:
https://github.com/nemomobile/libbluez-qt/tree/master/bluez-qt
Can anybody point me to some existing code? Thanks!