Closed philsnook closed 5 years ago
The problem was caused by this event being fired twice..
I have now resolved the issue.
mPOSHandler.setConnectionListener(new ConnectionListener() {
@Override
public void onConnected(final BluetoothDevice device) {
``
I checked my code I the setConnectionListener is just called once but I always receive "Last transaction not completed yet". Any help?
How can we programmatically clear the previous transaction? I get the message 'Last transaction not completed yet' when calling:
A reboot of the device does not seem to solve the issue.