-
Notifications
You must be signed in to change notification settings - Fork 609
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
iOS Bluetooth connection issue 'Could not find service with UUID 569A1101-B87F-490C-92CB-11BA5EA5167C on peripheral with UUID 2A4E24EC-B4BD-985A-9791-8933C28FDD6D' #1039
Comments
Hi @dgrothman That does definitely look a little strange. Which version of the plugin are you on? Do you see this issue with another application (e.g., nrf Connect)? The only bit of local debugging I could suggest is to adjust the loop at
peripheral objects there with a matching UUID somehow?! I've never heard of this being a thing though...
|
We are currently running 1.7.3 version of the driver. We just were able to get some good debugging data and the following image seems to validate your idea that there are multiple peripheral objects with the same UUID This shows both peripherals one with the services which is used for the log message and one without the services which is used when trying to connect to the service. The only way we are able to reliably reproduce this is by connecting to the device and using it and then leaving it overnight, then when we connect to the device again in the morning it will be in this failed state. As we are not objective C developers, is this something that looks like it is possible to patch? |
Hi @peitschie I did just complete another test with the latest version of the driver 1.7.8 and verified the issue is still present |
Hi @dgrothman I've pushed up a test MR that I've only very mildly tested... are you able to see if this helps solve your issue? If possible, I'd really appreciate any help regression testing the full range of impacted APIs on iOS. You should able to install this version with |
Thank you, I will work on this early next week and get back to you with the results. |
While troubleshooting some issues that have been reported in our app we have found the following issue intermittently occurs.
While trying to discover the service and characteristics the driver successfully reports the device, service and characteristics, but then right after reports that it can not find the service, and once we receive this message there is no way to recover the bluetooth connection and get it to work.
The text was updated successfully, but these errors were encountered: