github h2zero/NimBLE-Arduino 1.0.2
Release version 1.0.2

latest releases: 1.4.1, 1.4.0, 1.3.8...
3 years ago
  • NimBLEAdvertising::start Now takes 2 optional parameters, the first is the duration to advertise for (in seconds), the second is a
    callback that is invoked when advertsing ends and takes a pointer to a NimBLEAdvertising object (similar to the NimBLEScan::start API).

  • Maximum BLE connections can now be altered by only changing the value of CONFIG_BT_NIMBLE_MAX_CONNECTIONS in nimconfig.h.
    Any changes to the controller max connection settings in sdkconfig.h will now have no effect when using this library.

  • Revert the previous change to fix the advertising start delay. Instead a replacement fix that routes all BLE controller commands from
    a task running on core 0 (same as the controller) has been implemented. This improves response times and reliability for all BLE functions.

Don't miss a new NimBLE-Arduino release

NewReleases is sending notifications on new releases.