0.21.0
Advertisement.name has changed and now pulls the name from the backing scan record. For the previous behavior (pulling from the backing bluetooth device name, which is often cached), use Advertisement.peripheralName.
🚀 Changes
- Discard response after GATT operation cancellation (#376) — thanks to @joharei for reporting and testing the issue
- Rework filter support to have a common API on all platforms (#408, #396, #415) — thanks to @PavlosTze for contributing to this effort
- Add
Bluetooth.availabilityflow (#335, #411) - Retrieve
Advertisement.namefrom advertisement data (#403, #401) — thanks to @azlekov and @BluestormDNA for contributing to this effort - Add property to
Advertisementto indicate if peripheral is connectable (#404)
Android
- Bump Android compile/target API to 31 (#409)