Relative Content

Tag Archive for androidflutter

App does not retrieve all bluetootj devices on Android 14 but does so on versions lower than 12 and on Windows

I am using the universal_ble flutter plugin. When I do a scan, I can see that this retrieves all the bluetooth devices I want it to on windows and on Android versions lower than 12. However, it does not do so on Android 14. It’s not that it does not retrieve any device at all on 14, it just does not retrieve certain devices (which has me thinking I have set up correct permissions). The devices it does not seem to retrieve are BLE tags. However, it retrieves some other BLE tags of a different type. I do not see any difference in the way these different tags have been configured.