bluetooth-proximity icon indicating copy to clipboard operation
bluetooth-proximity copied to clipboard

Set request_rssi Timeout

Open Friend-of-Ollie opened this issue 6 years ago • 1 comments

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?

Friend-of-Ollie avatar Feb 14 '19 16:02 Friend-of-Ollie

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.

laksh225 avatar May 24 '20 12:05 laksh225