Qt + OS X +蓝牙

发布于 2024-11-07 11:20:15 字数 211 浏览 0 评论 0原文

我想创建一个应用程序来向附近的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染年凉城似染瑾 2024-11-14 11:20:15

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文