Eugene Alitz
Eugene Alitz
I understand, but i do not destroy client between the scans. Maybe its because i run same sequence before each scan: ``` Future initClient({required Function onError}) async { Log.debug(tag, "Init...
@JamesMcIntosh thanks, i`ll try. But 3 questions is still open: 1. Why this happens only in IOS? 2. Why this happens only every EVEN scan, and every ODD scan works,...
@JamesMcIntosh The solution that you provided, dosn't solve the issue. I tried 2 ways: destroy and create client before every scan, do not create client if it was created before....
@JamesMcIntosh i`ll try, but this part of code is not executed, because at the initial i dont have any paired peripheral
@JamesMcIntosh As expected - removing of `await peripheral.disconnectOrCancelConnection();` does not helps
@JamesMcIntosh No error messages. Straight received `Finished listening to scan results` message (On EVEN scan)
@JamesMcIntosh And how does it helps me?
@JamesMcIntosh No at first scan there is no message `Finished listening to scan results` This is strange because in timer that responsible for TIMOUT i call to `stopPeripheralScan` ``` final...
@JamesMcIntosh, i very appreciate your help, however i can do only changes related to my code, and make sure that i use the library in the proper way. But if...
@dannyalbuquerque you mean use 2 libraries? One for scan, and second for pairing and interaction? Why not to use only `flutter_blue`? I created a temporary solution for IOS - check...