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

SimpleBluez v0.1.1

Compare
Choose a tag to compare
@kdewald kdewald released this 29 Dec 06:30
· 27 commits to master since this release
d7550cc

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