h2zero / esp-nimble-cpp

C++ library for the esp32 NimBLE stack based on and mostly compatible with @nkolban cpp_utils BLE library.
https://h2zero.github.io/esp-nimble-cpp/
Apache License 2.0
182 stars 62 forks source link

Feature/client from server connection #152

Closed finger563 closed 8 months ago

finger563 commented 8 months ago

This PR adds a setConnId to the NimBLEClient class, to allow it to be used with existing server connections.