Files
universal_ble/CHANGELOG.md
T
Rohit Sangwan 2fe21962d2 Add queue per device (#48)
* Add queue per device

* Improve API and documentation

* Update lib/src/universal_ble.dart

* Update lib/src/ble_command_queue.dart

---------

Co-authored-by: Foti Dim <fdimanidis@gmail.com>
Co-authored-by: Foti Dim <foti@navideck.com>
2024-06-07 20:55:46 +05:30

1.9 KiB

0.9.12

  • Add .perDevice queue
  • Improve code level documentation

0.9.11

  • Add device name prefix filtering

0.9.10

  • Fix Windows scan filter
  • Remove scan result caching on Windows
  • Improve service discovery on Linux
  • Use asynchronous callbacks for SetNotifiable
  • Remove dependency on convert
  • Remove dependency on collection
  • Update Android example app Gradle

0.9.9

  • Improve service discovery on Apple
  • Improve reconnection on Apple
  • Persist long scan result name on Windows
  • Fix Android serviceUuids in scanResults
  • Example app improvements

0.9.8

  • Improve manufacturer data discovery on Windows
  • Example app improvements

0.9.7

  • Fix characteristic keying on linux allowing receiving data from multiple BLE devices at the same time

0.9.6

  • Fix a Windows issue where characteristics of certain services would not be discovered
  • Improve readme

0.9.5

  • Windows support has graduated from beta to stable
  • Support filtering by manufacturer data
  • Unify web's optionalServices API with filtering API
  • Implement requestMtu in Linux
  • Fix wrong manufacturer data in Windows release builds
  • Improve logging

0.9.4

  • Fix Windows crash when no Bluetooth adapter is present

0.9.3

  • Add scan filter (withServices:) in startScan()
  • Add service UUIDs from advertisements in BleScanResult
  • Fix Windows release build compilation

0.9.2

  • Add command queue
  • Improve error handling on Android, iOS, macOS, Windows, Linux and web

0.9.1

  • Improve logging

0.9.0

  • Improve windows device name discovery
  • Improve linux implementation
  • Improve titles in example app

0.8.4

  • Add WebRequestOptionsBuilder.defaultServices for convenience when setting optionalServices when scanning on web
  • Add "try online" URL in readme
  • Improve readme
  • Improve example app

0.8.3

  • Rename onPairStateChange *> onPairingStateChange
  • Improve readme

0.8.2

  • Improve readme

0.8.1

  • Update supported platforms

0.8.0

  • Initial release