You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know when is ReadRSSI for linux going to be implemented? If its not going to be implemented in the near future, does anyone know a workaround for reading RSSI value from a connected profile in real time? I already tried, disconnecting gatt and then reconnecting, but this hack will not work long term.
Line 265: client.go
// ReadRSSI retrieves the current RSSI value of remote peripheral. [Vol 2, Part E, 7.5.4]func (p*Client) ReadRSSI() int {
p.Lock()
deferp.Unlock()
// TODO:return0
}
The text was updated successfully, but these errors were encountered:
Does anyone know when is ReadRSSI for linux going to be implemented? If its not going to be implemented in the near future, does anyone know a workaround for reading RSSI value from a connected profile in real time? I already tried, disconnecting gatt and then reconnecting, but this hack will not work long term.
Line 265: client.go
The text was updated successfully, but these errors were encountered: