adolfintel / OpenPods

The Free and Open Source app for monitoring your AirPods on Android
https://fdossena.com/?p=openPods/index.frag
GNU General Public License v3.0
957 stars 161 forks source link

Added support for gen 2 airpods #18

Closed maxtauro closed 5 years ago

maxtauro commented 5 years ago

Here's a quick bit of code that allows the app to get data from Gen 2 Airpods. I've only been able to test with my Airpods (which are gen 2) so I don't know if this affects Gen 1 Airpods at all so that should probably get tested before this ever merges.

I threw this together pretty quickly so if anything needs to be changed please let me know!

Thanks for creating this project, it made a lot of work on my own Airpod app much smoother!

adolfintel commented 5 years ago

This is awesome. Gen1 still works. Can you explain your code to me? You only seem to have changed the code to scan for devices, but initial reports indicated that Gen2 used a different protocol.