Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Releases: OpenBluetoothToolbox/SimpleBluez

SimpleBluez v0.5.0

13 Jun 02:44
fce6ec4
Compare
Choose a tag to compare

[0.5.0] - 2022-06-12

Added

  • Log forwarding based on logfwd.

Changed

  • Updated libfmt to version 8.1.1.
  • Cleaned up dependency management for libfmt and SimpleDBus.

SimpleBluez v0.4.0

07 Apr 07:15
Compare
Choose a tag to compare

[0.4.0] - 2022-04-07

Added

  • RSSI property to Device class.
  • Adapters can now return a list of all paired devices.

SimpleBluez v0.3.1

03 Apr 05:13
Compare
Choose a tag to compare

[0.3.1] - 2022-04-02

Changed

  • By default, all pairing options will succeed.

SimpleBluez v0.3.0

26 Mar 06:09
Compare
Choose a tag to compare

[0.3.0] - 2022-03-25

Added

  • Agent and AgentManager classes to handle pairing.
  • Pair and Notify examples.

Changed

  • Migrated to using safe callbacks from external vendor (kvn::safe_callback).

SimpleBluez v0.2.1

12 Feb 22:48
Compare
Choose a tag to compare

[0.2.1] - 2022-02-13

Changed

  • Minor renaming of function for style consistency.

SimpleBluez v0.2.0

12 Feb 08:20
Compare
Choose a tag to compare

[0.2.0] - 2022-02-12

Added

  • Support for the Battery1 interface. (Thanks ptenbrock!)

SimpleBluez v0.1.1

29 Dec 06:30
d7550cc
Compare
Choose a tag to compare

[0.1.1] - 2021-12-28

Added

  • Function to access currently cached value from characteristics.
  • Notifying property on Characteristic1.
  • Added OnDisconnected callback to Device1.
  • Added ServicesResolved callback to Device1.
  • Address and Thread sanitization options.

Fixed

  • Removed unnecessary includes.
  • Made sure all classes have proper virtual destructors.

Changed

  • All proxy and interface manipulation is now done through helper functions.
  • Access to all interface properties is now thread-safe.

SimpleBluez v0.1.0

15 Dec 07:15
Compare
Choose a tag to compare

[0.1.0] - 2021-12-14

  • Reimplementation of the library based on the SimpleDBus v2.0.0-alpha.2 API.