I have a J2Me app that advertises a service. This service can be detected by other phones (that run the j2me client for this service) but cannot be detected by a PC. What could be the problem? Or how can I have the PC detect such a service using the PCs inbuilt bluetooth adaptor (i.e. am assuming it should be listed along with the services such as obex, remote control etc when I perform a scan)
Update
I am scanning for all services advertised by the phone. Obex was just an example. What I've done is defined a service (lets call it) My Stuff. Should I be able to see My Stuff along with all the other services provided by the phone (i.e. obex, remote control etc). Or is there something that needs to be added so that PCs as well as phones can see this service?