Skip to content

Releases: OpenBluetoothToolbox/SimpleBLE

SimpleBLE v0.1.0

29 Dec 06:48
c975950
Compare
Choose a tag to compare

[0.1.0] - 2021-12-28

Changed

  • Referenced specific version of SimpleBluez to avoid breaking changes as those libraries evolve.
  • (Linux) When scan_stop is called, it is now guaranteed that no more scan results will be received.
  • Updated Linux implementation to use SimpleBluez v0.1.1.

Fixed

  • (Linux) Scan will never stop sleeping.

SimpleBLE v0.0.2

10 Oct 04:31
229196f
Compare
Choose a tag to compare

[0.0.2] - 2021-10-09

Added

  • Safe implementation of SimpleBLE::Adapter and SimpleBLE::Peripheral classes.
  • CppCheck and ClangFormat CI checks. (Thanks Andrey1994!)
  • C-style API with examples.
  • Access to manufacturer data in the SimpleBLE::Peripheral class, for Windows and MacOS.

Fixed

  • Compilation errors that came up during development. (Thanks fidoriel!)
  • WinRT buffer allocation would fail. (Thanks PatrykSajdok!)
  • SimpleBLE::Adapter would fail to stop scanning. (Thanks PatrykSajdok!)
  • Switched WinRT initialization to single-threaded.

Changed

  • SimpleBluez dependency migrated to OpenBluetoothToolbox.

SimpleBLE v0.0.1

07 Sep 05:58
Compare
Choose a tag to compare

[0.0.1] - 2021-09-06

Added

  • Initial definition of the full API.
  • Usage examples of the library.