Bug Fix for v1.3 and Feature Tweak
Version 1.3.3 fixes the known issue from v1.3 and tweaks the functionality of the MetaWearController class.
Fixes
- Fixed issue with BluetoothGattCallbacks being called multiple times
- Issues stemmed from not properly freeing GATT resources
Changes
- Added variant close(boolean, boolean) function to the MetaWearController class
- Passing true to the second parameter will wait until all commands have been sent before closing the connection
- This function is not support for controllers obtained from the deprecated getMetaWearController() function