Skip to content

SimpleBLE v0.3.0

Compare
Choose a tag to compare
@kdewald kdewald released this 04 Apr 05:46
· 322 commits to main since this release

[0.3.0] - 2021-04-03

Added

  • Pairing functionality has been validated on all supported operating systems.
    In the case of Windows and MacOS, the user will be required to interact with
    an operating system popup to pair the device, while on Linux all pairing
    requests will automatically be accepted, with passcodes abc123 or 123456.
  • Unpair command has been added, although the only working implementation
    will be the linux one. Both Windows and MacOS require the user to manually
    unpair a device from the corresponding OS settings page.

Changed

  • Updated Linux implementation to use SimpleBluez v0.3.1.
  • Migrated to using safe callbacks from external vendor (kvn::safe_callback).