views:

82

answers:

1

Hi,

i want to build a simple bluetooth chat program that can do a 2 way chat with 2 mobile devices.

i know that i can use gamekit to develop such application for iphone and ipod touch. But i want to know is, is it possible for other smart phones (running my application) to discover and communicate with ipones and other devices as well?

in simple: i want my application to run on iphone,symbian and android and to be able to discover and communicate with each other over bluetooth.

if you can point me in the right direction will be a great help. thanks.

A: 

There is no public API for discovery or communication with arbitrary Bluetooth devices in the iOS SDK.

hotpaw2