-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
add support airpods max 2 & fix airpods max #238
Conversation
Thanks, do you have some test data so we can add some tests? |
AirPods Max 2 AirPods Max |
I mean a BLE broadcast where we know the headphones state, so we can create something like this: capod/app-common/src/test/java/eu/darken/capod/pods/core/apple/airpods/AirPodsMaxTest.kt Lines 14 to 33 in 858b86a
|
sorry, how ?) |
Does it show the device with some hex numbers in the list as unknown device? The hex numbers are the ble broadcast that we need to decode. Just put those in a new test case and check that the values make sense. |
the device was detected |
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.
Thanks for the contribution!
No description provided.