Amitshinde19
Results
2
comments of
Amitshinde19
I have facing the same issue. I have getting following exception. 06-22 11:20:11.276: E/BtOppRfcommListener(4398): Error accept connection java.io.IOException: read failed, socket might closed or timeout, read ret: -1 06-22 11:20:11.777:...
public void exchangeGattMtu(int mtu) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { int retry = 6; boolean status = false; while (!status && retry > 0) { status = mBluetoothGatt.requestMtu(mtu); retry--; }...