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

refactor(RemoteChar): Reduce nesting #878

Merged
merged 1 commit into from
Jan 27, 2025
Merged

refactor(RemoteChar): Reduce nesting #878

merged 1 commit into from
Jan 27, 2025

Conversation

h2zero
Copy link
Owner

@h2zero h2zero commented Jan 26, 2025

  • Renamed desc_filter_t to NimBLEDescriptorFilter
  • Added NimBLERemoteDescriptor pointer to NimBLEDescriptorFilter
  • retrieveDescriptors changed to take NimBLEDescriptorFilter pointer
  • General cleanup

Fixes #867

* Renamed desc_filter_t to NimBLEDescriptorFilter
* Added NimBLERemoteDescriptor pointer to NimBLEDescriptorFilter
* retrieveDescriptors changed to take NimBLEDescriptorFilter pointer
* General cleanup
@h2zero h2zero merged commit f33ff13 into master Jan 27, 2025
31 checks passed
@h2zero h2zero deleted the refactor branch January 27, 2025 00:26
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.

Changed behaviour (2.1.3 vs 2.2.0) when retrieving remote descriptors
2 participants