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

Commit 2d8c060b authored by Nick Pelly's avatar Nick Pelly Committed by The Android Open Source Project
Browse files

Automated import from //branches/donutburger/...@142766,142766

parent eecc5c97
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -82,6 +82,12 @@ public class BluetoothHeadset {
    /** Default priority for headsets that should not be auto-connected */
    public static final int PRIORITY_OFF = 0;

    /** The voice dialer 'works' but the user experience is poor. The voice
     *  recognizer has trouble dealing with the 8kHz SCO signal, and it still
     *  requires visual confirmation. Disable for cupcake.
     */
    public static final boolean DISABLE_BT_VOICE_DIALING = true;

    /**
     * An interface for notifying BluetoothHeadset IPC clients when they have
     * been connected to the BluetoothHeadset service.