diff options
author | kopriva <kopriva@google.com> | 2018-10-09 18:30:57 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-10-09 18:30:57 -0700 |
commit | 7981ff9fe41884f9fd878c1af6ed24e9875e9752 (patch) | |
tree | 70a3baed7f580f59a4b8ea5bcacf5a048f418e8f /framework/java/android/bluetooth/BluetoothGattServer.java | |
parent | a007081bf9e78056f69e29502226b1d0c5b08d17 (diff) | |
parent | 985ec7982448413a314a129cd08ef0f13e81641d (diff) |
docs: fixing errors found with lint checker
am: 985ec79824
Change-Id: Id38a4b2e21285d5d5e2a2124d76885febd3441c6
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGattServer.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothGattServer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGattServer.java b/framework/java/android/bluetooth/BluetoothGattServer.java index ef1b0bd718..13b1b4f93c 100644 --- a/framework/java/android/bluetooth/BluetoothGattServer.java +++ b/framework/java/android/bluetooth/BluetoothGattServer.java @@ -522,7 +522,7 @@ public final class BluetoothGattServer implements BluetoothProfile { * {@link BluetoothGattServerCallback#onConnectionStateChange} callback will be * invoked when the connection state changes as a result of this function. * - * <p>The autoConnect paramter determines whether to actively connect to + * <p>The autoConnect parameter determines whether to actively connect to * the remote device, or rather passively scan and finalize the connection * when the remote device is in range/available. Generally, the first ever * connection to a device should be direct (autoConnect set to false) and @@ -695,7 +695,7 @@ public final class BluetoothGattServer implements BluetoothProfile { /** * Add a service to the list of services to be hosted. * - * <p>Once a service has been addded to the the list, the service and its + * <p>Once a service has been addded to the list, the service and its * included characteristics will be provided by the local device. * * <p>If the local device has already exposed services when this function |