-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
AndroidAndroid-specific ticketAndroid-specific ticketbugSomething isn't workingSomething isn't working
Description
Describe the bug
Since our peripheral switched to using extended advertising, I have not been able to find the peripheral when performing a scan. It was previously working when the peripheral used standard advertising.
To Reproduce
Steps to reproduce the behavior:
- Scan for peripherals that implement extended advertising
_ble.scanForDevices(withServices: withServices)
Expected behavior
To find the peripheral
Smartphone / tablet
- Google Pixel 6 (Android 12)
- Google Nexus 6P (Android 8.1.0)
- flutter_reactive_ble: ^5.0.2
- Flutter version 3.0.1
- Dart version 2.17.1
Peripheral device
- nRF52840-DK
- Does it run a custom firmware / software: yes
Additional context
This is an android specific bug as both advertising models work on iOS. Also, peripherals using extended advertising do appear in the scan results of the nRF Connect App on the Android Pixel 6.
Metadata
Metadata
Assignees
Labels
AndroidAndroid-specific ticketAndroid-specific ticketbugSomething isn't workingSomething isn't working