I am using bluetooth/obex for message exchange between two mobiles. The first problem i am having is after authentication(client authenticating the server), if the server doesnt produce the same share secret, the client back off but the server is still showing on my UI that the client is available which may be the possible problem to my second issue.
The second issue is after sending a "PUT" message to the server, the onPut handler of my handler class is not displaying it on the UI, however, i confirmed that the message is reaching the onPut handler using system.out.println but its not coming on my UI. please help me out.Thanks
phams.

Reply With Quote

