Skip to content

v1.14.0

Latest

Choose a tag to compare

@ps73 ps73 released this 24 Jun 07:43
· 6 commits to main since this release

What's Changed

  • Advertised service data is now exposed on scan results via BLEDevice.serviceData,
    a list of { uuid, data } entries keyed by service UUID (data is an ArrayBuffer).
    Available on both iOS (Core Bluetooth) and Android. (@ps73 in #21 (resolves #20))

Technical Details

  • New ServiceData / ServiceDataEntry types in the Nitro spec, mirroring the existing
    ManufacturerData shape.
  • Populated from real advertisement data during scanning; empty for already-connected and
    restored peripherals (where advertisement data isn't available).

Full Changelog: v1.13.0...v1.14.0