Skip to content

2.3.7

Latest

Choose a tag to compare

@h2zero h2zero released this 09 Dec 01:28
· 2 commits to release/2.3 since this release

Fixed

  • Server created client instance will now receive notifications/indications from the peer.
  • Improper HCI delay when ACL buffers are full (esp32)
  • NimBLEClient disconnect event not triggered if the peer address doesn't match a connection.
  • Attribute value sizes now correctly calculated for types larger than 8 bits.
  • NimBLERemoteCharacteristic::retrieveDescriptors will now use the handle range of the characteristic.

Added

  • NimBLECharacteristicCallbacks::onStatus overload that takes a NimBLEConnInfo& parameter to indicate which client the status is for.

Changed

  • NimBLEDevice::setCustomGapHandler added a void pointer parameter to allow passing user data to the custom handler.