Skip to content

Commit 4c8ebe2

Browse files
authored
android: Add missing HEAD_GESTURES capability to the Airpods Pro 3 (#239)
fix: Add missing HEAD_GESTURES capability to the Airpods Pro 3
1 parent bc5bcd8 commit 4c8ebe2

File tree

1 file changed

+1
-0
lines changed
  • android/app/src/main/java/me/kavishdevar/librepods/utils

1 file changed

+1
-0
lines changed

android/app/src/main/java/me/kavishdevar/librepods/utils/AirPods.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ class AirPodsPro3: AirPodsBase(
187187
capabilities = setOf(
188188
Capability.LISTENING_MODE,
189189
Capability.CONVERSATION_AWARENESS,
190+
Capability.HEAD_GESTURES,
190191
Capability.STEM_CONFIG,
191192
Capability.LOUD_SOUND_REDUCTION,
192193
Capability.PPE,

0 commit comments

Comments
 (0)