You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have understood the inner workings of the code correctly they way to avoid reconnecting to a peripheral is to save the peripheral UUID in a dictionary and then check the dictionary every time you discover a device. From my testing of core bluetooth it seems that the peripheral UUID's are not very persistent and change every few minutes or so. This results in that we need to reconnect to the same peripheral every few minutes. Any ideas on how to handle this issue?
Thanks!
Michael
The text was updated successfully, but these errors were encountered:
Hello,
If I have understood the inner workings of the code correctly they way to avoid reconnecting to a peripheral is to save the peripheral UUID in a dictionary and then check the dictionary every time you discover a device. From my testing of core bluetooth it seems that the peripheral UUID's are not very persistent and change every few minutes or so. This results in that we need to reconnect to the same peripheral every few minutes. Any ideas on how to handle this issue?
Thanks!
Michael
The text was updated successfully, but these errors were encountered: