Hello,
         I have a Bluetooth Device that is supposed to send me some
data("response") upon me sending it some "command". My application is
in the client mode and the device, in the server mode. After getting
the Socket and getting the InputStream to send the "command" i get a
"Transport Endpoint Not Connected" error while i'm performing the
InputStream.write() operation.Also when i check
InputStream.available()  it returns 0.  Is there any other way of
writing to the Socket? Can anyone tell me what could be going wrong?
The same device responds properly to another application written in
Android 1.5 using the http://code.google.com/p/android-bluetooth/
library.


     Thanks and Regards,
           Prafull.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to