summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothStatusCodes.java
diff options
context:
space:
mode:
authorRahul Sabnis <rahulsabnis@google.com>2021-09-28 16:16:07 -0700
committerRahul Sabnis <rahulsabnis@google.com>2021-09-29 23:15:37 +0000
commitd0afc1895a8ccf90cbc4e349571778e98c018b2b (patch)
treea422c42800da10fdcf79ef423e6d80eb90044bf6 /core/java/android/bluetooth/BluetoothStatusCodes.java
parente211df78dca6fadf8ee16d54286e6d39c7bdbe31 (diff)
Add BluetoothDevice#connect and BluetoothDevice#disconnect as System APIs
Tag: #feature Bug: 201462141 Test: Manual Change-Id: I79332c63e99efd9e90036ba2c693835151cc1240
Diffstat (limited to 'core/java/android/bluetooth/BluetoothStatusCodes.java')
-rw-r--r--core/java/android/bluetooth/BluetoothStatusCodes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothStatusCodes.java b/core/java/android/bluetooth/BluetoothStatusCodes.java
index 31bb0f68c6fc..3e46c498e336 100644
--- a/core/java/android/bluetooth/BluetoothStatusCodes.java
+++ b/core/java/android/bluetooth/BluetoothStatusCodes.java
@@ -21,7 +21,7 @@ import android.annotation.SystemApi;
/**
* A class with constants representing possible return values for Bluetooth APIs. General return
* values occupy the range 0 to 99. Profile-specific return values occupy the range 100-999.
- * API-specific return values start at 1000. The exception to this is the "other" error code which
+ * API-specific return values start at 1000. The exception to this is the "UNKNOWN" error code which
* occupies the max integer value.
*/
public final class BluetoothStatusCodes {