Qt and Bluetooth on Symbian S60
i am working on a mobile application which needs to use bluetooth to send a file to another mobile device. I'm using Qt for symbian. my problem is that Qt doesn't provide ready to use API for bluetooth.Only Qt extended(which runs开发者_开发百科 on embedded linux) has API for bluetooth. Do you have a clue to use bluetooth from Qt on symbian platform?
Thanks in advance
You can use native Symbian C++ for the Bluetooth part.
Here's an article that shows how to mix Symbian C++ and Qt C++ with Bluetooth device discovery.
精彩评论