Downloaded https://github.com/NordicSemiconductor/Android-nRF-Blinky today and imported using Android Studio 3.6.3 targeting SDK 29. Gradle updated to use 3.4.2. no changes to core code, just trying to import, build and run on Android OnePlus 6t phone.
Everything compiles and builds without errors and loads to phone properly. App starts and asks for permission and it is granted. Scanning does not result in any hits.
Uninstalled app and downloaded nRF-Blinky from google play store with same results. No hit on any BLE devices around. Uninstalled and open nRF Connect, scan and properly see all BLE devices around.
Blinky app running on PCA10040 dev kit.
All other scanning apps sees it.
Learning Android apps and wanted to see a barebone example to scan and show devices, but struggling to get anything going. Help!