#rahul_86583
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think connectBluetoothReader can be cancelled ๐ค
Let me take a look.
Sure, Thank you
If it can't be cancelled then What if user accidentally tap to random reader from list and wants to cancel to connecting process ?
Just to double check, you're asking about Android SDK specifically correct?
for both android and iOS
Gotcha. I double checked, the connectBluetoothReader function doesn't return a cancelable object so there's no way to cancel it midway.
If the user accidentally connects to it then you would want to provide the flow to disconnect from it and reconnect to a different reader
OK, Thank You!