tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

RSSI notifications never get fired once the BLE device is connected

Open tanvn opened this issue 8 years ago • 2 comments
trafficstars

I want to get the value of the BLE device for every 3 seconds and I found out that when my BLE device is not connected, the RSSI is updated and I can get the value via notification mode. But once I connect my raspberry pi (using bluez) to the BLE device, the RSSI notification is never fired again, and using getRSSI() will return constant value. Is this a bug of the library or bluez or it's just the specification ?

A reply would be greatly appreciated.

tanvn avatar Mar 21 '17 11:03 tanvn

I have the a similar issue, except I get nothing from notifications once registered. I'm running on 5.0.

jcfrk101 avatar May 15 '17 16:05 jcfrk101

This is likely an issue with BlueZ. You should try to open a ticket with them. http://www.bluez.org/contact/

petreeftime avatar Jun 10 '17 09:06 petreeftime