bluetooth-proximity
bluetooth-proximity copied to clipboard
Set request_rssi Timeout
I'm writing a script that scans for a list of bluetooth addresses periodically, but I've noticed that if a device is not in range it takes a full five seconds to timeout .request_rssi(), is there a way to change how long this timeout is?
According to me, after the device has gone out of range, it takes approximately 5 seconds to connect back to the device. So, it will take approx 5 seconds if the device has disconnected.