Nick Pelly
8edae3dfd3
Fix bug in BluetoothInputStream.read().
...
InputStream.read() must return values in range [0, 255]. But the previous code
would sign extend when casting to int so return [-128, 127]. Bitwise AND with
0xff to remove sign extension.
2009-06-18 16:25:47 -07:00
..
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-05 20:00:43 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-06-09 17:21:08 -07:00
2009-03-03 19:31:44 -08:00
2009-03-25 16:25:37 -07:00
2009-06-18 16:25:47 -07:00
2009-03-18 17:39:46 -07:00
2009-06-02 12:35:48 -07:00
2009-06-02 16:05:09 -07:00
2009-06-02 16:05:09 -07:00
2009-06-09 17:21:08 -07:00
2009-03-24 21:05:50 -07:00
2009-03-03 19:31:44 -08:00
2009-06-09 17:21:08 -07:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-18 17:39:46 -07:00