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

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

Snap for 4545621 from 4d5420f06613901aafb2cc35f317fecda43a1964 to pi-release

Change-Id: Iee7823b1504e42c496d9f7bac4a5e0582794ef72
parents 3ac53726 16447d2a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -618,6 +618,7 @@ public final class BluetoothDevice implements Parcelable {
     *
     * @hide
     */
    @SystemApi
    public static final int ACCESS_UNKNOWN = 0;

    /**
@@ -626,6 +627,7 @@ public final class BluetoothDevice implements Parcelable {
     *
     * @hide
     */
    @SystemApi
    public static final int ACCESS_ALLOWED = 1;

    /**
@@ -634,6 +636,7 @@ public final class BluetoothDevice implements Parcelable {
     *
     * @hide
     */
    @SystemApi
    public static final int ACCESS_REJECTED = 2;

    /**
+2 −2
Original line number Diff line number Diff line
@@ -556,8 +556,8 @@ public final class BluetoothHeadset implements BluetoothProfile {
     * Set priority of the profile
     *
     * <p> The device should already be paired.
     * Priority can be one of {@link #PRIORITY_ON} or
     * {@link #PRIORITY_OFF},
     * Priority can be one of {@link BluetoothProfile#PRIORITY_ON} or
     * {@link BluetoothProfile#PRIORITY_OFF},
     *
     * <p>Requires {@link android.Manifest.permission#BLUETOOTH_ADMIN}
     * permission.
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package android.bluetooth;

import android.Manifest;
import android.annotation.RequiresPermission;
import android.annotation.SystemApi;

import java.util.List;

@@ -185,6 +186,7 @@ public interface BluetoothProfile {
     *
     * @hide
     **/
    @SystemApi
    public static final int PRIORITY_ON = 100;

    /**
@@ -193,6 +195,7 @@ public interface BluetoothProfile {
     *
     * @hide
     **/
    @SystemApi
    public static final int PRIORITY_OFF = 0;

    /**