You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Permissions change: Kable's permission configuration has changed, check Kable's Android Permissions documentation to ensure that your app's permission configuration is updated if needed.
⚠️Behavior change: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.
⚠️API change: The scanner filtering support has been reworked to provide a common API across the supported platforms. New filters have also been added. Check out the updated Scanning documentation for details/examples.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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), useAdvertisement.peripheralName
.🚀 Changes
Options.Filter
s as deprecated #415) — thanks to @PavlosTze for the contributing to this effortBluetooth.availability
flow (AddBluetooth.availability
flow #335, Fix regression (crash) introduced in #335 #411)Advertisement.name
from advertisement data (RetrieveAdvertisement.name
from advertisement data #403, Use scan record forAdvertisement
name and fallback toBluetoothDevice
name #401) — thanks to @azlekov and @BluestormDNA for contributing to this effortAndroid
🧰 Maintenance
This discussion was created from the release 0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions