Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fdfd917 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Declare STATE_AUDIO_CONNECTED in right place"

parents 3b056773 a669d1a1
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -280,6 +280,7 @@ public final class BluetoothHeadset implements BluetoothProfile {
     * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
     * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
     * {@link #ACTION_AUDIO_STATE_CHANGED} intent.
     * {@link #ACTION_AUDIO_STATE_CHANGED} intent.
     */
     */
    public static final int STATE_AUDIO_CONNECTED = 12;


    /**
    /**
     * Intent used to broadcast the headset's indicator status
     * Intent used to broadcast the headset's indicator status
@@ -322,8 +323,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
    public static final String EXTRA_HF_INDICATORS_IND_VALUE =
    public static final String EXTRA_HF_INDICATORS_IND_VALUE =
            "android.bluetooth.headset.extra.HF_INDICATORS_IND_VALUE";
            "android.bluetooth.headset.extra.HF_INDICATORS_IND_VALUE";


    public static final int STATE_AUDIO_CONNECTED = 12;

    private static final int MESSAGE_HEADSET_SERVICE_CONNECTED = 100;
    private static final int MESSAGE_HEADSET_SERVICE_CONNECTED = 100;
    private static final int MESSAGE_HEADSET_SERVICE_DISCONNECTED = 101;
    private static final int MESSAGE_HEADSET_SERVICE_DISCONNECTED = 101;