[PR #302] [MERGED] media: correct conversational awareness state handling #361

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

📋 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: mainHead: fix-conversational-awareness


📝 Commits (1)

  • 8f59499 media: 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.

image

🔄 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/302 **Author:** [@ozan956](https://github.com/ozan956) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@kavishdevar](https://github.com/kavishdevar) **Base:** `main` ← **Head:** `fix-conversational-awareness` --- ### 📝 Commits (1) - [`8f59499`](https://github.com/kavishdevar/librepods/commit/8f5949986f98a821c6ce9c1d61c231c34c661dd7) media: correct AirPods conversational awareness state handling ### 📊 Changes **1 file changed** (+43 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `linux/media/mediacontroller.cpp` (+43 -29) </details> ### 📄 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. <img width="795" height="287" alt="image" src="https://github.com/user-attachments/assets/aeb1d569-87ec-462f-ab93-588f91639919" /> --- <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:51 +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#361
No description provided.