开发者

Qt and Bluetooth on Symbian S60

开发者 https://www.devze.com 2022-12-29 16:28 出处:网络
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.

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.

0

精彩评论

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