weliem / blessed-android

BLESSED, a Bluetooth Low Energy (BLE) library for Android
MIT License
557 stars 119 forks source link

Bluetooth connection signal strength #184

Closed thy-hoang-nn closed 1 year ago

thy-hoang-nn commented 1 year ago

Hi, i have read your repo and found it very interesting. However, when reimplement your library to my app, I want to look the status of Bluetooth connections. Some Bluetooth device also share the strength of battery life. It may be useful to track the status of battery strength as well.
I also see the 'onRemoteRssi' method in your peripheral callback. Should we can use this method to track the status of connection?

Thanks for your reply.

thy-hoang-nn commented 1 year ago

I have found the solution.