belhawary
belhawary

Reputation: 83

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

Upvotes: 1

Views: 1078

Answers (1)

laalto
laalto

Reputation: 152817

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.

Upvotes: 0

Related Questions