开发者

Qt + OS X + Bluetooth

开发者 https://www.devze.com 2023-03-06 14:04 出处:网络
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 开发者_C百科etc. is BT not so used?

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 开发者_C百科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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消