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

[BREAKING] - Refactor NimBLEUtils #751

Merged
merged 1 commit into from
Nov 12, 2024
Merged

[BREAKING] - Refactor NimBLEUtils #751

merged 1 commit into from
Nov 12, 2024

Conversation

h2zero
Copy link
Owner

@h2zero h2zero commented Nov 12, 2024

  • Add functions NimBLEUtils::taskWait and NimBLEUtils::taskRelease to simplify task blocking/messaging.
  • NimBLEUtils::buildHexData replaced with NimBLEUtils::dataToHexString
  • Add missing GAP event strings.
  • Add missing return code strings.
  • NimBLEUtils::dumpGapEvent function removed.
  • Event/error code strings optimized.

@h2zero h2zero force-pushed the refactor-utils branch 2 times, most recently from 093172f to 9e322df Compare November 12, 2024 23:16
* Add functions `NimBLEUtils::taskWait` and `NimBLEUtils::taskRelease` to simplify task blocking/messaging.
* `NimBLEUtils::buildHexData` replaced with `NimBLEUtils::dataToHexString`
* Add missing GAP event strings.
* Add missing return code strings.
* `NimBLEUtils::dumpGapEvent` function removed.
* Event/error code strings optimized.
@h2zero h2zero merged commit 1386043 into master Nov 12, 2024
31 checks passed
@h2zero h2zero deleted the refactor-utils branch November 12, 2024 23:57
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