Results 13 issues of Shimoda dragon

https://github.com/kuri65536/python-for-android/issues/63 SCAN_RESULT_BYTES is not bytes array in python. ``` python def _rpc(self, method, *args): data = {'id': self.id, 'method': method, 'params': args} request = json.dumps(data) self.client.write(request+'\n') self.client.flush() response = self.client.readline()...