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

Remove reinitializing the BLE stack on each scan. #949

Merged
merged 1 commit into from
May 17, 2021

Conversation

h2zero
Copy link
Collaborator

@h2zero h2zero commented May 15, 2021

Using NimBLE requires less resources than bluedroid so it is much less beneficial to deinitialize the stack. Instead this initializes it once in initial setup and only de initializes before entering deep sleep.

Using NimBLE requires less resources than bluedroid so it is much less beneficial to
deinitialize the stack. Instead this initializes it once in initial setup and only deinitializes
before entering deep sleep.
@1technophile 1technophile added this to the v0.9.7 milestone May 16, 2021
@1technophile 1technophile merged commit c82f6ca into 1technophile:development May 17, 2021
@h2zero h2zero deleted the rem-init-deinit branch May 17, 2021 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants