-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Suggestion] Configurable Action button #6
Comments
This is definitely a model II thing, model I doesn't have that button. |
I'm currently reverse engineering these headphones as well -- in case this is useful to you:
I just got these values from wireshark and they work fine |
@DavidVentura would you mind doing a writeup of your wireshark environment to capture programming change? There's a few other things that I think could benefit from verification that way. |
Also, you only captured Alex & noise-cancellation; can you capture Google Assistant as well easily? based on the pattern it's probably 0x3 in the last byte, but... |
In my app the button for google assistant is greyed out so I can't capture it. I've decompiled the APK to check this and found
but when I sent the last byte as |
To capture bluetooth on android you have to enable Now that you can capture bluetooth you have two options:
I'll use
If you don't see the Then set up a fifo, have wireshark look at it and start dumping the packets to it
In wireshark you want to filter by |
Is it possible that the array of bytes you send includes a checksum? |
I'm not sure if this is specific to the QC35 II or it's a recent firmware update (I just got this thing), but I have an option in the Android app that seems to be missing here:
Configuring the action button:
If it's only on the model II, I could get info you need, if you can tell me how.
The text was updated successfully, but these errors were encountered: