0

If wanted to communicate bluetooth messages between Symbian and Windows Phone using Qt and C# respectively,how would I go about it? What apis or classes would be able to communicate between the two platforms?

Gerharddc
  • 3,921
  • 8
  • 45
  • 83

1 Answers1

2

Windows Phone 7 does not provide us any public API to communicate by Bluetooth.

So, you can't write apps which work with Bluetooth devices.

Anton Sizikov
  • 9,105
  • 1
  • 28
  • 39
  • Do you have any idea if Microsoft will do anything about it? Or of a possible workaround fr a multilayer game? – Gerharddc Oct 27 '12 at 11:45
  • You should wait till 29.10.2012 and MSFT will publish Windows Phone 8 (with SDK, I hope). They might change something with Bluetooth. What about the second question - you can communicate via the Internet connection. Just build a WebServer for your game. – Anton Sizikov Oct 27 '12 at 11:59
  • I hought so but I need something for my existing 7.5 device. – Gerharddc Oct 27 '12 at 12:34