I am developing a chat application using Bluetooth/Obex. I was able to send message from the client to the server, which is then display on both screen. However, when i tried sending back message to the client, the message did not go through. Another issue i noticed is that after establishing my connection, an exception attached with inputstream is displayed like this
"Error reading the inputStream java.io.IOException: server errorcode received"
I attached my GET operation with the run() of my connection, so that immediately connection is established, the input stream is made avaiable. is this right? please help out...thank you
sam

Reply With Quote

