Post #2073947
2026-03-21 21:19 UTC
@thibaultamartin @hbons Would love to, unfortunately each vendor has their own protocol which needs to be reverse-engineered (which of course requires access to the device), so I'm mostly building abstractions and implementing them for the devices that I have. Hopefully someone else can than easily just reverse-engineer/port the protocol and hook it up, without worrying about everything else :)
Replies (2)
-
@pespin@mastodon.social 2026-04-12 16:59
@FineFindus @thibaultamartin @hbons I (and I guess a lot of people) would be interested in reading some blog post explaining how did you accomplish the reverse-engineering of such bluetooth protocols (toolings, procedures, etc.). I suppose that will also help other providing support for more devices.
-
@AdrianVovk@fosstodon.org 2026-04-13 04:34
@FineFindus @thibaultamartin @hbons I suspect there may be some commonalities in the protocols because many headphones actually share their firmware vendor. Interesting somewhat relevant talk: https://youtu.be/TK5Tz4Bt94Y Is the code pushed anywhere to play with?