SimpleBLE v0.3.0
[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 passcodesabc123
or123456
. - 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).