-
Notifications
You must be signed in to change notification settings - Fork 87
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
Not working on macOS Monterey #62
Comments
A temporary (ugly) fix would be to disable the
One disadvantage though: If a command fails and the sequence bit is not flipped at the headphone, the next command will also be missed because the bit is wrong (after that it will sync up again). With these changes it fully works again (but without receiving any data). |
Managed to make it functional again, but it seems to consume one full core. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It freezes on macOS Monterey when it waits for the response data, it never receives anything.
The receive data method in the
IOBluetoothRFCOMMChannelDelegate
doesn't seem to get called.It's probably caused by a bug in Monterey.
The text was updated successfully, but these errors were encountered: