Skip to content
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

Fix scanning after a peripheral bond has been made #5321

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Sep 9, 2021

The BLE workflow will be advertising and the scan's load of
identities conflicts with it. This change ensures scanning and
advertising happens exclusively.

This showed as an unknown error 3204.

Fixes adafruit/Adafruit_CircuitPython_BLE#134

The BLE workflow will be advertising and the scan's load of
identities conflicts with it. This change ensures scanning and
advertising happens exclusively.

This showed as an unknown error 3204.

Fixes adafruit/Adafruit_CircuitPython_BLE#134
@tannewt tannewt added this to the 7.0.0 milestone Sep 9, 2021
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me.

@dhalbert dhalbert merged commit 8cef3d2 into adafruit:main Sep 9, 2021
@rdoursenaud
Copy link

Fix confirmed working on my end.
(I reported adafruit/Adafruit_CircuitPython_BLE#134)
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown system firmware error: 3204 [CiPy 7.0-rc1]
3 participants