I have purchased a bluetooth GPS device and I'm trying to write some
J2ME code that will connect to it and retrieve the location.
I've managed to discover the gps device, but I'm at a loss how to
connect to the service because it appears that I need to know the UUID
of the service in order to connect to it and I don't see any way in
the javax.bluetooth API to do this.
Is there a way to discover the service UUID's for a device, or do I
have to contact the manufacturer to find this?