I'm working on an application, using bluetooth to transfer file. I have a question about bluetooth discovering. How can i find other devices which already installed my application when bluetooth discovering? I knew I have to use UUID, and i also knew the BluetoothDevice can give me UUID from other devices. However, i don't know how to add my application's UUID into SDP for bluetooth discovering.
Thanks!!!