【发布时间】:2014-04-09 10:21:01
【问题描述】:
在 BlueZ 5 中,DBus API 发生了重大变化。基于此,我之前有一个适用于 BlueZ 4 的 QDbus 控制器库:https://gitorious.org/qt-bluez-demos/
我一直在谷歌上搜索,找不到任何现有的起点来将我的 BlueZ 4 库转换为 BlueZ 5。
注意:我使用的是 Qt 4.8,但似乎 Qt 5.0 有一些 QBluetooth 命名空间,但它还没有针对 BlueZ 5 进行更新:
https://bugreports.qt-project.org/browse/QTBUG-32085?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab
这个库也仅限于 BlueZ 4:
https://github.com/nemomobile/libbluez-qt/tree/master/bluez-qt
谁能指出一些现有的代码?谢谢!
【问题讨论】:
-
一年后这个问题还没有解决吗??
标签: c++ qt bluez qdbus qtbluetooth