diff options
author | Rahul Sabnis <rahulsabnis@google.com> | 2021-09-28 16:16:07 -0700 |
---|---|---|
committer | Rahul Sabnis <rahulsabnis@google.com> | 2021-09-29 23:15:37 +0000 |
commit | d00916c7fe16c0ae0c107b7b343e85085836e27d (patch) | |
tree | 932f3f8936f1419e8610d927965327aca5cb3c4a /framework/java/android/bluetooth/BluetoothStatusCodes.java | |
parent | 54017423806bfc302cd407087f2dbe9a2c9b18ee (diff) |
Add BluetoothDevice#connect and BluetoothDevice#disconnect as System APIs
Tag: #feature
Bug: 201462141
Test: Manual
Change-Id: I79332c63e99efd9e90036ba2c693835151cc1240
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothStatusCodes.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothStatusCodes.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothStatusCodes.java b/framework/java/android/bluetooth/BluetoothStatusCodes.java index 31bb0f68c6..3e46c498e3 100644 --- a/framework/java/android/bluetooth/BluetoothStatusCodes.java +++ b/framework/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 { |