mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[PR #230] [MERGED] linux: hearing aid support #340
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/230
Author: @kavishdevar
Created: 10/15/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @kavishdevar
Base:
main← Head:linux/hearing-aid📝 Commits (6)
0cd19d1linux: add hearing aidc173a0dlinux: implement adding hearing aid test results6902ba1docs: add linux screenshotba45eecdocs: add linux hearing aid scriptf362f89linux: add reset button for hearing aid adjustments3633a6flinux: remove MAC address logging for security📊 Changes
7 files changed (+570 additions, -1 deletions)
View changed files
📝
linux/Main.qml(+7 -0)📝
linux/README.md(+36 -1)📝
linux/airpods_packets.h(+10 -0)📝
linux/deviceinfo.hpp(+16 -0)➕
linux/hearing-aid-adjustments.py(+480 -0)➕
linux/imgs/main-app.png(+0 -0)📝
linux/main.cpp(+21 -0)📄 Description
It's a different script and not built right into the app because apparently I can't connect to a l2cap socket with its PSM using QBluetooth. It needs to be exposed as a service.
I think just another script was a much quicker and easier alternative for me.
btw, this has support for setting the audiogram results too, unlike android (yet).
Thank you very much, @rithvikvibhu for the help by providing this!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.