Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@decarbonization decarbonization released this 03 Mar 01:07

buruberi-core

  • GattPeripheral instances now support ordering based on their scan time RSSI (implements Comparable<GattPeripheral>)
  • Added new local broadcast for system level pairing requests (KitKat+, reliable on Marshmallow+ only)
  • Added new local broadcast for successful connections to peripherals
  • Added #cancelPending() method to SerialQueue to allow for better client error handling
  • Added support for parceling GattPeripheral objects for cleaner client code
  • Added support for parceling AdvertisingData, and switched to more efficient backing store
  • Fixed a bug where ACTION_DISCONNECTED would sometimes only broadcast once