esp-nimble-cpp
esp-nimble-cpp copied to clipboard
[BREAKING] Use an array to manage created client instances.
- 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