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

BlueZ: Fixed stop_notify() error logged on device disconnect. #479

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Mar 11, 2021

This removes the call to stop_notify() in the cleanup code path in the BlueZ backend. This was causing an error message to always be logged when notifications were enabled and a device was disconnected.

As described in the code comment. This call is not necessary and can be removed.

Fixes: #472

(No changelog since this bug was introduced in changes since the previous release)

This removes the call to stop_notify() in the cleanup code path in the
BlueZ backend. This was causing an error message to always be logged
when notifications were enabled and a device was disconnected.

As described in the code comment. This call is not necessary and can be
removed.

Fixes: #472

(No changelog since this bug was introduced in changes since the
previous release)
@hbldh hbldh added Backend: BlueZ Issues and PRs relating to the BlueZ backend bug Something isn't working labels Mar 16, 2021
@hbldh hbldh merged commit 2400363 into develop Mar 16, 2021
@dlech dlech deleted the bug/bluez-stop-notify branch March 16, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: BlueZ Issues and PRs relating to the BlueZ backend bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BluezDbus backend: _cleanup_all() on disconnected device prints errors to log
2 participants