-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
linuxIssues with the Linux programIssues with the Linux program
Description
AirPods Max battery level is not displayed. Error log shows:
[ERROR] librepods::bluetooth::aacp] Unknown battery component: 0x01
[INFO] librepods::bluetooth::aacp] Received Battery Info: []
Root Cause: Battery component parsing in src/bluetooth/aacp.rs only handles:
0x02= Right earbud0x04= Left earbud0x08= Case
AirPods Max sends 0x01 (headphones battery) which is not recognized.
Environment:
- LibrePods 0.1.0 (PR Add new linux app #241, commit 4737cbf)
- AirPods Max A2096
- Bazzite Linux (Fedora-based)
- All other features work (Transparency, ear detection, audio)
Fix needed: Add support for battery component 0x01 in the match statement.
Metadata
Metadata
Assignees
Labels
linuxIssues with the Linux programIssues with the Linux program