Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadRSSI linux #72

Open
Krajiyah opened this issue Oct 7, 2018 · 1 comment
Open

ReadRSSI linux #72

Krajiyah opened this issue Oct 7, 2018 · 1 comment

Comments

@Krajiyah
Copy link

Krajiyah commented Oct 7, 2018

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()
	defer p.Unlock()
	// TODO:
	return 0
}
@denysvitali
Copy link

I'm also facing the same issue, and currently looking to provide a solution to this issue.
I'll work on it here: syndeck#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants