I have a simple question. Is there a way how to detect proximity between 2 BT devices in python?
I have a notebook (BT 4.0) and my phone (BT 4.0) and I wanna know, how far the phone from notebook is. I know this measurement can be done based on signal strenght. The thing is I wasn't able to find a library (i.e. PyBluez) to be able to show signal strenght.
On the other hand on Google Play there is dozen apps which measure signal strenght.
Is there something I'm not able to google?
Thanks!