-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
deleteAllBonds() not properly cleaning up space in NVS #155
Comments
That would be an upstream issue. Espressif probably changed something in the NimBLE code and broke it. |
FWIW i've found that manually deleting the bonds 1-1 is a better approach for now, though it does sometimes actually return errors. Currently the Some of my testing can be seen here: |
Somewhat related, it can be useful to see the return code from the underlying |
Closing this as #158 was merged and the issue is upstream. |
I've noticed (on esp-idf
v5.2.1
) that theble_store_clear()
doesn't work as expected - I still get too many bonded device errors even though every time i enter pairing mode I callNimBLEDevice::deleteAllBonds()
.With logs enabled:
Originally posted by @finger563 in #5 (comment)
The text was updated successfully, but these errors were encountered: