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] Use an array to manage created client instances. #698

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

h2zero
Copy link
Owner

@h2zero h2zero commented Jul 12, 2024

  • Replaces the use of std::list with a fixed array to track and manage created client instances.
  • Removes: NimBLEDevice::getClientList
  • Replaces: NimBLEDevice::getClientListSize with NimBLEDevice::getCreatedClientCount

* Replaces the use of std::list with a fixed array to track and manage created client instances.
* Removes: NimBLEDevice::getClientList
* Replaces: NimBLEDevice::getClientListSize with NimBLEDevice::getCreatedClientCount
@h2zero h2zero merged commit db14eb2 into master Jul 13, 2024
62 checks passed
@h2zero h2zero deleted the client-array branch July 13, 2024 14:16
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