mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Adding a check to `IsInvalid()` before accessing `impl_` in `Blev2Medium::IsExtendedAdvertisementsAvailable()` to prevent a crash when `impl_` is nullptr (which occurs when BleV2 is disabled). PiperOrigin-RevId: 635854690