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.
精彩评论