I am trying to build a bluetooth chat application using j2me. I created a thread which is used for connecting to other devices. Two devices can be connected now. I opened the input and output stream. I want to read and write data simultaneously from input and output stream. I dont have any idea how to achieve this?? Should i create a new thread which only reads and writes data??
Advice and please be descriptive as i m a novice in this field.