From d00916c7fe16c0ae0c107b7b343e85085836e27d Mon Sep 17 00:00:00 2001 From: Rahul Sabnis Date: Tue, 28 Sep 2021 16:16:07 -0700 Subject: Add BluetoothDevice#connect and BluetoothDevice#disconnect as System APIs Tag: #feature Bug: 201462141 Test: Manual Change-Id: I79332c63e99efd9e90036ba2c693835151cc1240 --- framework/java/android/bluetooth/BluetoothStatusCodes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/java/android/bluetooth/BluetoothStatusCodes.java') 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 { -- cgit v1.2.3