[Linux] Add more control commands (4c0381968f)

This commit is contained in:
Tim Gromeyer
2025-05-15 12:00:01 +02:00
parent 69439257ce
commit 9161f8b294
4 changed files with 171 additions and 65 deletions

View File

@@ -628,7 +628,7 @@ private slots:
}
// Get CA state
else if (data.startsWith(AirPodsPackets::ConversationalAwareness::HEADER)) {
auto result = AirPodsPackets::ConversationalAwareness::parseCAState(data);
auto result = AirPodsPackets::ConversationalAwareness::parseState(data);
if (result.has_value()) {
m_conversationalAwareness = result.value();
LOG_INFO("Conversational awareness state received: " << m_conversationalAwareness);