In the SPP example, the client code always selects the first service to connect to:
connectionURL=servRecord[0].getConnectionURL(0,false);
However - what should I do if I have two spp services? I'm using Motorola i876 and I have two spp services and I must select one of them.
I thought that the connectionUrl found in the client will be the same as published by the server, but they are completely different. In particular, there is no "Sample SPP Server" name in the connection string.
What should I do?
