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

Commit a4fda7e9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix duplicate status code" am: fab05879 am: de407f2d am: e3e480f7

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1976759

Change-Id: I154a8ce2698fb18d2c1d2764b9bc29702120cce9
parents e18f6439 e3e480f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -672,7 +672,7 @@ package android.bluetooth {
    field public static final int ERROR_PROFILE_NOT_CONNECTED = 14; // 0xe
    field public static final int ERROR_REMOTE_LINK_ERROR = 25; // 0x19
    field public static final int ERROR_REMOTE_NOT_ENOUGH_RESOURCES = 23; // 0x17
    field public static final int ERROR_REMOTE_OPERATION_NOT_SUPPORTED = 24; // 0x18
    field public static final int ERROR_REMOTE_OPERATION_NOT_SUPPORTED = 27; // 0x1b
    field public static final int ERROR_REMOTE_OPERATION_REJECTED = 24; // 0x18
    field public static final int ERROR_TIMEOUT = 15; // 0xf
    field public static final int NOT_ALLOWED = 401; // 0x191
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ public final class BluetoothStatusCodes {
     * @hide
     */
    @SystemApi
    public static final int ERROR_REMOTE_OPERATION_NOT_SUPPORTED = 24;
    public static final int ERROR_REMOTE_OPERATION_NOT_SUPPORTED = 27;

    /**
     * A GATT writeCharacteristic request is not permitted on the remote device.