summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothStatusCodes.java
diff options
context:
space:
mode:
authorEtienne Ruffieux <eruffieux@google.com>2021-11-29 20:27:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-11-29 20:27:43 +0000
commit6f50489a1c02c68f3a1f14a931d18e587629c65c (patch)
treecf96897ec9ae12ce27dcc025427e1b3ad5ab0866 /framework/java/android/bluetooth/BluetoothStatusCodes.java
parent1f013ad6e9cdc93ffe1bceb3314b3588aa1121f5 (diff)
parent09ed48629f0690d7da1673bd0c2bad95b640c961 (diff)
Merge "Refactor Bluetooth scan mode APIs"
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothStatusCodes.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothStatusCodes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothStatusCodes.java b/framework/java/android/bluetooth/BluetoothStatusCodes.java
index ca01784efd..5ba7bb1104 100644
--- a/framework/java/android/bluetooth/BluetoothStatusCodes.java
+++ b/framework/java/android/bluetooth/BluetoothStatusCodes.java
@@ -40,7 +40,7 @@ public final class BluetoothStatusCodes {
/**
* Error code indicating that the API call was initiated by neither the system nor the active
- * Zuser
+ * user
*/
public static final int ERROR_BLUETOOTH_NOT_ALLOWED = 2;