kai-morich / SimpleBluetoothLeTerminal

Android terminal app for Bluetooth LE devices using custom serial profiles
MIT License
288 stars 111 forks source link

Ble not working in redmi note 9 pro #16

Closed Kiran-B-V closed 4 years ago

Kiran-B-V commented 4 years ago

This was working in redmi note 7 pro. However, with my redmi note 9 pro, i do not get any device when i scan. If i scan from ble settings, i am able to detect my device

kai-morich commented 4 years ago

I haven't heard of such issue before. Maybe you have same issue as described here

Kiran-B-V commented 4 years ago

I tried this. Toggled the location permission multiple times. But doesn't seem to be working

kai-morich commented 4 years ago

Did you modify your fork, e.g. upgraded targetSdkVersion from 28 to 29 in build.gradle as recommended by Android Studio? If so, location permission handling has to be adapted in the code.

Kiran-B-V commented 4 years ago

Actually i am using the "Serial Bluetooth Terminal" android app which i downloaded from google app store. This was working for redmi note 7 pro but not working for redmi note 9 pro

kai-morich commented 4 years ago

I haven't heard of such issues for other devices. Maybe redmi added their own security enhancements