esp-nimble-cpp/examples
h2zero 21e1217e4c [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
2024-07-10 07:05:47 -06:00
..
Advanced [BREAKING] Use an array to manage created client instances. 2024-07-10 07:05:47 -06:00
basic Remove broken links from docs. 2024-06-14 09:57:23 -06:00
Bluetooth_5 Fix inconsistent use of time units (#143) 2024-02-29 17:34:53 -07:00
NimBLE_server_get_client_name [NimBLEServer] Add getPeerName and get peer name on connect. 2024-06-30 16:44:49 -06:00