diff options
author | Rahul Sabnis <rahulsabnis@google.com> | 2022-03-18 17:23:01 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2022-03-18 17:23:01 +0000 |
commit | 45840994d49d14f4a072bbb4cea4a71040e7ca22 (patch) | |
tree | 8385bb4b4fb375a9ae00d6b50f8cabf2ab114211 /framework/java/android/bluetooth/BluetoothStatusCodes.java | |
parent | d0569f1f35b333b685d9a2105b8e4434403a1d8f (diff) | |
parent | f387f744740169ff923df7188b1da5498030562b (diff) |
Merge "Address API council feedback on GATT API changes." am: 56ddf94ade am: f387f74474
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2030693
Change-Id: Ic3b2ec1db69de2336a11f6d6942afd905652d29d
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothStatusCodes.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothStatusCodes.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/java/android/bluetooth/BluetoothStatusCodes.java b/framework/java/android/bluetooth/BluetoothStatusCodes.java index 49b0578f8c..c81c6830eb 100644 --- a/framework/java/android/bluetooth/BluetoothStatusCodes.java +++ b/framework/java/android/bluetooth/BluetoothStatusCodes.java @@ -58,14 +58,6 @@ public final class BluetoothStatusCodes { /** * Error code indicating that the caller does not have the - * {@link android.Manifest.permission#BLUETOOTH_ADVERTISE} permission. - * - * @hide - */ - public static final int ERROR_MISSING_BLUETOOTH_ADVERTISE_PERMISSION = 5; - - /** - * Error code indicating that the caller does not have the * {@link android.Manifest.permission#BLUETOOTH_CONNECT} permission. */ public static final int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION = 6; @@ -79,12 +71,6 @@ public final class BluetoothStatusCodes { public static final int ERROR_MISSING_BLUETOOTH_SCAN_PERMISSION = 7; /** - * Error code indicating that the caller does not have the - * {@link android.Manifest.permission#BLUETOOTH_PRIVILEGED} permission. - */ - public static final int ERROR_MISSING_BLUETOOTH_PRIVILEGED_PERMISSION = 8; - - /** * Error code indicating that the profile service is not bound. You can bind a profile service * by calling {@link BluetoothAdapter#getProfileProxy}. */ |