mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2026-01-25 16:42:23 +01:00
Removes the unnecessary NimBLECharacteristicCallbacks::Status enum and callback parameter from NimBLECharacteristic::onStatus. This was maintained for compatibility with the Arduino BLE library and is not necessary as the return code from the stack is also provided. * Update examples/docs.