diff options
author | Jeff Sharkey <jsharkey@android.com> | 2020-09-11 14:43:28 -0600 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2020-09-14 10:00:05 -0600 |
commit | 1d4f77992e8db920c72178587e7b61b42fe404e4 (patch) | |
tree | 409e755bbda19d7cb32d72aae6b1bb41cc4c42a7 /framework/java/android/bluetooth/BluetoothGattServerCallback.java | |
parent | d43da5a27805e51d4a99f96e7be376bd9ab3e5a1 (diff) |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
Test: none
Bug: 168334533
Exempt-From-Owner-Approval: docs updates
Change-Id: Id1a0f2a38e41badee3a34bd71af240511f273a7b
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGattServerCallback.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothGattServerCallback.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGattServerCallback.java b/framework/java/android/bluetooth/BluetoothGattServerCallback.java index 2c8114be3f..0ead5f57e8 100644 --- a/framework/java/android/bluetooth/BluetoothGattServerCallback.java +++ b/framework/java/android/bluetooth/BluetoothGattServerCallback.java @@ -187,7 +187,7 @@ public abstract class BluetoothGattServerCallback { * @param device The remote device involved * @param interval Connection interval used on this connection, 1.25ms unit. Valid range is from * 6 (7.5ms) to 3200 (4000ms). - * @param latency Slave latency for the connection in number of connection events. Valid range + * @param latency Worker latency for the connection in number of connection events. Valid range * is from 0 to 499 * @param timeout Supervision timeout for this connection, in 10ms unit. Valid range is from 10 * (0.1s) to 3200 (32s) |