SimpleBLE Versions Save

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, and Linux.

v0.0.2

2 years ago

[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.

v0.0.1

2 years ago

[0.0.1] - 2021-09-06

Added

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