mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #302] [MERGED] media: correct conversational awareness state handling #361
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#361
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/302
Author: @ozan956
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/22/2025
Merged by: @kavishdevar
Base:
main← Head:fix-conversational-awareness📝 Commits (1)
8f59499media: correct AirPods conversational awareness state handling📊 Changes
1 file changed (+43 additions, -29 deletions)
View changed files
📝
linux/media/mediacontroller.cpp(+43 -29)📄 Description
AirPods conversational awareness packets use 0x09 to indicate that the feature is enabled, not 0x01. The previous implementation always decoded the state as disabled because data[9] never equaled 0x01.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.