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

C++ library for the esp32 NimBLE stack based on and mostly compatible with @nkolban cpp_utils BLE library.

Results 109 esp-nimble-cpp issues
Sort by recently updated
recently updated
newest added

I am attempting to replicate the [Advanced NimBLE Server example](https://github.com/h2zero/esp-nimble-cpp/tree/master/examples/Advanced/NimBLE_Server) provided in this repository within an environment where **ESP-IDF is used as a library** (IDF as Lib). This setup minimizes...

* Adds parameter `out` to `retrieveCharacteristics`, default value works as the original method. * `out`: if not nullptr, will allow caller to obtain the characteristic * Add check to `retrieveCharacteristics`,...

* Rename serviceDiscoveredCB to svcDiscCB. * Rename `exchangeMTUCb` to `exchangeMTUCB` to be consistent with codebase. * Add parameter out to retrieveServices, default value works as the original method. * out:...

Does anyone have any tangible examples of how to incorporate this with esphome?

Resolves cppcheck warnings noExplicitConstructor, useInitializationList, and passedByValue.

Hi, I have a firmware that should emulate a BLE keyboard (and receive back the LEDs status for caps lock, num lock, etc.) but after updating to version `2.0.2`, I...

Hello, It could be compiled on IDF 5.3.1. My Problem is after flashing I get the following error E (545) BLE_INIT: controller init failed and my esp32s3 crashes after that....

Hi, i am i having an issue with the esp32c3 and BLE advertising. The delay between packages 64ms and a lot of seconds (+ 13 sec). When i put the...