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

Detection of Apple AirPods Gen3 #202

Open
Xvirted opened this issue May 6, 2024 · 3 comments
Open

Detection of Apple AirPods Gen3 #202

Xvirted opened this issue May 6, 2024 · 3 comments
Labels
Needs Info/Repro Needs more information to be acted upon

Comments

@Xvirted
Copy link

Xvirted commented May 6, 2024

Hi I am trying to connect my Airpod Generation 3 airpods to my lhone SM-A037U, Android 13, and I have been trouble shooting and it keeps detecting Beats Solo 3 and I don't have any of those near me or anywhere around me and my Airpods aren't connecting at all. I will like to ask if your able to help me in any way please.

capod_logfile_1714937192984.log.zip

@d4rken
Copy link
Member

d4rken commented Jul 12, 2024

Is there a mixup in the detection? and are you sure it says "Beats Solo 3"?

The device code for AirPods Gen3 is currently noted as 0x1320:

create<AirPodsGen3>("07 19 01 13 20 75 AA B9 31 00 04 67 9A 57 DF BE F6 90 52 B0 04 1F 8D 89 DA F4 9E") {
rawPrefix shouldBe 0x01.toUByte()
rawDeviceModel shouldBe 0x1320.toUShort()

your log file shows messages from with a device code of 0x0320 which are tracked as "Power Beats 3":

create<PowerBeats3>("07 19 01 03 20 62 04 80 01 0F 40 0D 70 50 16 F2 40 83 16 BF 10 16 34 9B 74 84 E8") {
rawPrefix shouldBe 0x01.toUByte()
rawDeviceModel shouldBe 0x0320.toUShort()

@d4rken d4rken changed the title My Device not found Detection of Apple AirPods Gen3 Jul 12, 2024
@d4rken d4rken added the Needs Info/Repro Needs more information to be acted upon label Jul 12, 2024
@d4rken
Copy link
Member

d4rken commented Jul 12, 2024

Can anyone with AirPods Gen3 share a log file so we can check that 0x1320 is the correct identifier?

@d4rken
Copy link
Member

d4rken commented Jul 12, 2024

Your log also contains various types:

Don't know this one with 0x1120

07 19 01 11 20 34 F9 3A 0D 00 00 18 F3 DD 9F 79 08 D7 53 69 08 13 B6 49 CA B2 31

or this one with 0x1720

07 19 01 17 20 00 03 00 06 09 04 EF 1B B9 37 B2 07 A7 C0 0B 94 D5 10 B4 E8 3A DC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Info/Repro Needs more information to be acted upon
Projects
None yet
Development

No branches or pull requests

2 participants