Qt + OS X +蓝牙
我想创建一个应用程序来向附近的 BT 设备发送文本警报,但我发现很难获得示例、API 等。BT 不是很常用吗?
是否可以使用 Qt 来做到这一点? (我认为是的,因为 IObluetooth 的 API 是 C)
我已经设法将 IObluetooth.framework 导入到 Qt,但我找不到任何 C/C++ 示例、api 或帮助。这里有什么帮助吗?
谢谢
I would like to create an app to send text alerts to bt devices on the neighbourhood but i'm finding incredible hard to get examples, APIs etc. is BT not so used?
Is it possible to use Qt to do that? (I think yes as the API of IObluetooth is C)
I've managed to import the IObluetooth.framework to Qt, but I cannot find any C/C++ examples, api or help. any help here?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QtMobility 有一个支持蓝牙传输的连接模块,但目前仅在 Symbian 和 Linux 上运行。
http://doc.qt.nokia.com/qtmobility-1.2/connectivity -api.html
您必须搜索第 3 方库或使用本机代码来实现此目的。
QtMobility has a connectivity Module that supports BlueTooth transfers but currently only on Symbian and Linux.
http://doc.qt.nokia.com/qtmobility-1.2/connectivity-api.html
You either have to search for a 3rd party library or use Native Code to achieve this.