[PR #230] [MERGED] linux: hearing aid support #340

Closed
opened 2026-03-02 12:40:45 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: linux/hearing-aid


📝 Commits (6)

  • 0cd19d1 linux: add hearing aid
  • c173a0d linux: implement adding hearing aid test results
  • 6902ba1 docs: add linux screenshot
  • ba45eec docs: add linux hearing aid script
  • f362f89 linux: add reset button for hearing aid adjustments
  • 3633a6f linux: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/230 **Author:** [@kavishdevar](https://github.com/kavishdevar) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@kavishdevar](https://github.com/kavishdevar) **Base:** `main` ← **Head:** `linux/hearing-aid` --- ### 📝 Commits (6) - [`0cd19d1`](https://github.com/kavishdevar/librepods/commit/0cd19d1f6acbb2636e628cc8a3816e7d94e782a0) linux: add hearing aid - [`c173a0d`](https://github.com/kavishdevar/librepods/commit/c173a0daa218914f2a9605597998d3b288326170) linux: implement adding hearing aid test results - [`6902ba1`](https://github.com/kavishdevar/librepods/commit/6902ba17ea5ba3b2121b4ef259e6759f31306d88) docs: add linux screenshot - [`ba45eec`](https://github.com/kavishdevar/librepods/commit/ba45eec4031bf2b1cafe90ed89ac2a86ca60d1c2) docs: add linux hearing aid script - [`f362f89`](https://github.com/kavishdevar/librepods/commit/f362f89c878652a4d790c025d64154b33f68eae1) linux: add reset button for hearing aid adjustments - [`3633a6f`](https://github.com/kavishdevar/librepods/commit/3633a6f6a6d71a91c5f37e365d780921f56d3ab6) linux: remove MAC address logging for security ### 📊 Changes **7 files changed** (+570 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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](https://gist.github.com/rithvikvibhu/45e24bbe5ade30125f152383daf07016)! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#340
No description provided.