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 (datais anArrayBuffer).
Available on both iOS (Core Bluetooth) and Android. (@ps73 in #21 (resolves #20))
Technical Details
- New
ServiceData/ServiceDataEntrytypes in the Nitro spec, mirroring the existing
ManufacturerDatashape. - 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