I have developed a Bluetooth Application that works fine on the emulator, but when I deploy it to a real device it does not work.
I have established that the device discovery is working and the devices can be successfully discovered. the Problem seems to be that I can write out data e.g. dataOut.writeInt(x);
but the receiving device just sits their waiting and never goes further than the first read statement dataIn.readInt(x1);
Has anybody had this problem before?

Reply With Quote

