Commit ac91fe83 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Queue SELECT APDU in case a service was already bound.

Change-Id: I01bfe49d718767ae1087a58f310b683ffe7807d1
parent 89c89331
......@@ -194,6 +194,7 @@ public class HostEmulationManager {
mState = STATE_XFER;
} else {
// Waiting for service to be bound
mSelectApdu = data;
mState = STATE_W4_SERVICE;
}
} else if (mActiveService != null) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment