diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/sony/headphones/coordinators/SonyWF1000XM5Coordinator.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/sony/headphones/coordinators/SonyWF1000XM5Coordinator.java index aa16fba964..fc9e791bf0 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/sony/headphones/coordinators/SonyWF1000XM5Coordinator.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/sony/headphones/coordinators/SonyWF1000XM5Coordinator.java @@ -52,10 +52,14 @@ public class SonyWF1000XM5Coordinator extends SonyHeadphonesCoordinator { SonyHeadphonesCapabilities.BatteryCase, SonyHeadphonesCapabilities.AmbientSoundControl, SonyHeadphonesCapabilities.WindNoiseReduction, - SonyHeadphonesCapabilities.EqualizerSimple, + SonyHeadphonesCapabilities.EqualizerWithCustomBands, SonyHeadphonesCapabilities.AudioUpsampling, SonyHeadphonesCapabilities.ButtonModesLeftRight, + SonyHeadphonesCapabilities.AmbientSoundControlButtonMode, + SonyHeadphonesCapabilities.PowerOffFromPhone, SonyHeadphonesCapabilities.PauseWhenTakenOff, + SonyHeadphonesCapabilities.SpeakToChatEnabled, + SonyHeadphonesCapabilities.SpeakToChatConfig, SonyHeadphonesCapabilities.AutomaticPowerOffWhenTakenOff )); }