Skip to content

[Bugfix] NimBLEScan delete.#341

Merged
h2zero merged 1 commit into
masterfrom
fix-delete-scan
Jun 9, 2025
Merged

[Bugfix] NimBLEScan delete.#341
h2zero merged 1 commit into
masterfrom
fix-delete-scan

Conversation

@h2zero

@h2zero h2zero commented Jun 9, 2025

Copy link
Copy Markdown
Owner

Calling NimBLEDevice::deint with the clearAll parameter set to true will delete the scan and any scan results but it was calling clearall which uses critical sections, this could cause a crash because the stack has already been de-initialized.

Calling NimBLEDevice::deint with the `clearAll` parameter set to `true` will delete the scan and any scan results but it was calling `clearall` which uses critical sections, this could cause a crash because the stack has already been de-initialized.
@h2zero h2zero merged commit fec2d7a into master Jun 9, 2025
41 checks passed
@h2zero h2zero deleted the fix-delete-scan branch June 9, 2025 23:13
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.

1 participant