Skip to content
Advertisement

Tag: bluetooth-lowenergy

Android BLE Scan Callback is not called after scanning for BLE devices

I’m creating an Android app that scans all nearby BLE (Bluetooth Low Energy) devices using Android Studio. I think I have implemented all these documentations: https://developer.android.com/guide/topics/connectivity/bluetooth/ble-overview https://developer.android.com/guide/topics/connectivity/bluetooth/permissions#java https://developer.android.com/guide/topics/connectivity/bluetooth/setup#java https://developer.android.com/guide/topics/connectivity/bluetooth/find-ble-devices But as you can see in the log below, (the problem) there are no BLE devices scanned by the app. Here are the logs in the logcat: I think it could

Advertisement