-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simulated bluetooth proximity
returns a p400 reader
#94
Comments
@jdivock-stripe I've investigated this issue and it only occurs on Android but this is what |
ack, assigning to @dhenry-stripe to confirm. If so we can just close his out and assume the fix will trickle down here |
@arekkubaczkowski The Android SDK doesn't support bluetooth proximity so this switch statement is failing to find a valid match and defaulting (incorrectly) to We should instead do something like:
|
@dhenry-stripe is there any way to test |
I'm not sure on the current state, I'll defer to @dhenry-stripe on that |
@arekkubaczkowski we should just focus on the core connection methods (bluetooth and internet) for this iteration. Can you have the connection methods you mentioned return not supported exceptions? |
from @tomas-stripe 's feedback
Selecting “Bluetooth scan” as the discovery method returns the proper list of Bluetooth readers: “SimulatorID - chipper2X”, “SimulatorID - stripeM2” and “SimulatorID - wisePad3”.
The text was updated successfully, but these errors were encountered: