package nodomain.freeyourgadget.gadgetbridge.service.btle.profiles.alertnotification; import nodomain.freeyourgadget.gadgetbridge.service.btle.AbstractBTLEDeviceSupport; import nodomain.freeyourgadget.gadgetbridge.service.btle.profiles.AbstractBleProfile; public class AlertNotificationProfile extends AbstractBleProfile { public AlertNotificationProfile(T support) { super(support); } }