Skip to content

2.52.13 Release

Compare
Choose a tag to compare
@ryanhubbell ryanhubbell released this 17 Nov 19:55
· 77 commits to master since this release
  • Fixed issue with BleDevice.undiscover() where it wasn't disconnecting devices in the middle of the connecting process
  • Updated BluetoothEnabler dialog to not be cancelable from touching outside, or hitting back button, as it was causing issues (there's still the option to cancel within the dialog itself)
  • Fixed issue where scanning would fail on Samsungs, and silently run a classic scan
  • Fixed some bond state flakiness
  • Added a callback for testing MTU size (some phones can change their MTU successfully, but can't write using the new MTU size, this callback allows you to test it out to make sure it works)
  • Updated SweetBlue to build using API 26, and latest gradle, and build tools versions
  • Fixed a couple more possible NPEs related to starting/stopping a scan
  • Fixed possible NPE in P_PollManager
  • Added BleManager.nukeBle() method. It is very experimental, and probably is no different than calling reset(), but we decided to add it to see if there's some value to it.
  • Fixed a couple of possible NPEs related to changing the MTU, or remotely reading rssi values.