I currently can fetchUuidsWithSdp
of a remote device. (getUuids
doesn't work, not sure why)
But how could I get the UUIDs of my own android device?
It is supposed that when I successfully execute accept()
upon a server socket the registered UUIDs must include the UUID I established upon the creation of the server socket with this command listenUsingInsecureRfcommWithServiceRecord
I discovered this is not always the case! I would like to test it..