8000 Release 2.3.0 · h2zero/esp-nimble-cpp · GitHub
[go: up one dir, main page]

Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@h2zero h2zero released this 19 May 23:04

Fixed

  • Incorrect NimBLECharacteristic::onSubscribe value when indications are set.
  • NimBLECharacteristic::onRead callback not called in some cases.
  • Clear attribute value when zero length value is written.
  • Notify/Indicate incorrectly returning success with custom value.
  • Corrected NimBLEClient array initialization.
  • Prevent potential exception when scan is restarted.
  • Attribute getValue failing with some data types
  • Incorrectly passing a pointer to a function taking const reference.

Added

  • Support for esp32c5
  • L2CAP infrastructure.
  • Scan duplicate cache reset time.

Changed

  • Cleaned up examples.
  • Allow PHY updates without enabling extended advertising.
0