History log of /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/BluetoothChatService.java
Revision Date Author Comments
2af724c6eb74259bb8118398f1a7ff39955be297 14-Jan-2011 Jaikumar Ganesh <jaikumar@google.com> Modify Bluetooth Chat app for new insecure rfcomm API.

Also fix some bugs.

Change-Id: I2e20a3b02fb904d64e03a2c4602a5b724912c742
6314c20eebbea8eadf6bec36624dbc366da9b2dc 14-Jan-2011 Jaikumar Ganesh <jaikumar@google.com> Do Not Merge: Modify Bluetooth Chat app for new insecure rfcomm API.

Also fix some bugs.
Bug: 3352266

Change-Id: Ie64cb243159b1f6eea5f268f02a1dd58970d1e22
c4ee500f1316e4f5222bca93f9bbac9ccad88803 12-Nov-2010 Jaikumar Ganesh <jaikumar@google.com> Start the accept thread when the socket gets disconnected.

Change-Id: I937c19c657a1077df8c2c19b5edc3fec218e11a4
2b6482773eb251df1f205bf239b94aa0a563a82e 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
25b6aed7b2e01ce7bdc0dfa1a79eaf009ad178fe 08-Dec-2009 Scott Main <smain@google.com> change the way bytes are read from InputStream.
Read only the bytes received and don't allocate new arrays
Also revise the mechanism for writing the outgoing messages
to the screen to be more consistent with reading and
cleanup line lengths to be <100 chars.
67203cca65901d672803071bfc026c3657b85fdf 01-Dec-2009 Scott Main <smain@google.com> add new Bluetooth sample app