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

Commit b339f726 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6592746 from 25c7cc4e68b03307704af797e0c932ff272af253 to sc-release

Change-Id: I02527e6ee2703efbd91680798a9c1f479010d497
parents 0905bc68 a1a0ab30
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -326,6 +326,26 @@ public final class BluetoothDevice implements Parcelable {
     */
    public static final String EXTRA_PAIRING_KEY = "android.bluetooth.device.extra.PAIRING_KEY";

    /**
     * Used as an int extra field in {@link #ACTION_PAIRING_REQUEST}
     * intents as the value of passkey.
     * @hide
     */
    public static final String EXTRA_PAIRING_INITIATOR =
            "android.bluetooth.device.extra.PAIRING_INITIATOR";

    /**
     * Bluetooth pairing initiator, Foreground App
     * @hide
     */
    public static final int EXTRA_PAIRING_INITIATOR_FOREGROUND = 1;

    /**
     * Bluetooth pairing initiator, Background
     * @hide
     */
    public static final int EXTRA_PAIRING_INITIATOR_BACKGROUND = 2;

    /**
     * Bluetooth device type, Unknown
     */