-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't check Connected property for power-off
Not sure if that's an issue with bluez or with my new card, but device now shows as not connected despite being actually connected and input working. Only match address for power-off command.
- Loading branch information
Showing
1 changed file
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35b5f71
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got that "not connected" issue when upgrading my kernel to 6.8.2, going back to 6.8.1 bluez reported "connected: yes" again.
Seems like a kernel issue, rather than a bluez issue.
If it doesn't get fixed in the kernel, it seems like these changes is the right workaround.