Hi, I'm making bluetooth application on android and gear.
I have to connect in this application using bluetooth stack so I'm refering to below site.
But my apps can connect only when I use 00001101-0000-1000-8000-00805F9B34FB as uuid on both android and gear app.
I can't use any other uuid. If so, they can't connect.
And my question is that if the other app use same uuid(00001101-0000-1000-8000-00805F9B34FB), are there any conflict because 00001101-0000-1000-8000-00805F9B34FB is SerialPortServiceClass_UUID.
I think may other apps can use the UUID and conflict occur like port in TCP/IP. Is it right?
Then how can I decide what UUID my bluetooth apps can use?
Plus, my apps just want to transfer their data like chatting app(don't use radio, health info or speical information).