package com.seewo.libmcuservice.constant;

/* JADX INFO: loaded from: classes.dex */
public class IAmplifierConstants {
    public static final int ACTION_IN_GET_AMP_STATUS = 3;
    public static final int ACTION_IN_SET_INSIDE_AMP = 1;
    public static final int ACTION_IN_SET_OUTSIDE_AMP = 2;
    public static final int ACTION_OUT_RECEIVE_AMPLIFIER_STATUS = 1;
    public static final String KEY_RECEIVE_AMPLIFIER_STATUS = "KEY_GET_AMP_STATUS";

    private IAmplifierConstants() {
    }
}
