Hi all,
I've programmed a Bluetooth Chat. And if I run it with only two Devices it works fine. But if there's a third Device with my programme not every message arrives. Now I read a lot of such problems. Is it possible that the mistake is, that I've got two InputStreams and two OutputStreams per Device.
- Is only one at the same time allowed?
- Do I have to close them after every sending an recieving so that there's only one InputStream or OutputStream per device?
- And if I close the InputStream does the mobile phone recieve any messages?
- Should I use an other protocol? (I use SPP)
Benni

Reply With Quote

