looking in the the web for answers, I am sort of confused id UUID's are unique to a service within the device. I want to know if an application on a particular device can generate a UUID during installation which will be same in all the other devices where the app is installed?
so that a search can be performed using UUID to find how many devices are using this particular application using bluetooth. or is there any other way to do that using UUID.( like fetchUuidsWithSdp ())
I am new to Android programming. so be kind if I am being Naive..