Results 1 issues of iamwent

``` public void run() { byte[] buffer; ArrayList arr_byte = new ArrayList(); // Keep listening to the InputStream while connected while (true) { try { int data = mmInStream.read(); if(data...