views:

111

answers:

1

I built an app in java as j2me midlet which can discover other bluetooth devices. But it cannot discover their services. I need to be able to transfer some simple numbers from my fone to PC running on Vista. I think it has Broadcom bluetooth h/w! I also got the braodcom SDK but i didnt understand the documentation they provided. It uses C++ apis.

The problem is i cannot create services either on fone or PC so that the other one can recognize. Somethings i didnt got about how to use the UUID thing.

Please help..

A: 

Similar question here: http://stackoverflow.com/questions/3198306

BlaXpirit