hi mate i read from bluetoothsocket in a loop.
every read i use myblueSock.getInputStream() without saving the input stream.
It is equivalent to open and close every time the socket?
hi mate i read from bluetoothsocket in a loop. every read i use myblueSock.getInputStream()
Share
It should keep returning you the same input stream. It certainly doesn’t amount to opening a new socket every call.