esp-nimble-cpp icon indicating copy to clipboard operation
esp-nimble-cpp copied to clipboard

[BREAKING] Use an array to manage created client instances.

Open h2zero opened this issue 1 year ago • 0 comments

  • 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 avatar Jul 04 '24 20:07 h2zero