[android-developers] Re: Serial BluetoothSTREAM without packaging

2012-07-23 Thread superpsycho
Here a little more technical description: I would like to know if it is possible to send data over bluetooth using SPP stack in transparent mode (without any higher layer encapsulation from Android). When I send a data via Bluetooth using the following command in Android device: byte[] buffer

[android-developers] Re: Serial BluetoothSTREAM without packaging

2012-07-22 Thread superpsycho
Hey, thank you for your reply, cause i have to send only a few bytes beach packed... for simplification like a ping or a deathmans switch. But for this data ists absolutly nessesary to put them in an special given frame. Am Freitag, 20. Juli 2012 19:52:06 UTC+2 schrieb bob: Why not append

[android-developers] Re: Serial BluetoothSTREAM without packaging

2012-07-20 Thread bob
Why not append your data into one big buffer and do one send of the big buffer? On Friday, July 20, 2012 6:51:01 AM UTC-5, superpsycho wrote: Hey devs, i would like to know if it´s possible to sent data over bluetooth without interruption. With the source below i got fragmented packages