[android-developers] Bluetooth scanning not returning results (On self made app)

2016-06-10 Thread tartaarsap
I've been having some problems getting Bluetooth to scan for devices with my Samsung Galaxy s5. (I have added my code in the attachment file ) I'm on Android 6.0 and have set up permissions for my app to scan like so: if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) // Android

[android-developers] Bluetooth scanning not returning results (On self made app)

2016-06-10 Thread tartaarsap
0down votefavorite I've been having some problems getting Bluetooth to scan for devices with my Samsung Galaxy s5. I'm on Android 6.0 and have set up permissions for my app to scan like so: if