Fix comment typo in BluetoothLengthDeviceNameFilter

Change-Id: I222d048e683bff4473849d26de50318b51a1eb9e
Test: manual
This commit is contained in:
Shen Lin
2023-01-04 08:46:03 +00:00
parent 749c2dddbc
commit 85067c8136

View File

@@ -17,7 +17,7 @@
package com.android.settings.bluetooth; package com.android.settings.bluetooth;
/** /**
* Filter to max the length of a Bluetotoh device name to 248 bytes, as defined by the spec. * Filter to max the length of a Bluetooth device name to 248 bytes, as defined by the spec.
*/ */
public class BluetoothLengthDeviceNameFilter extends Utf8ByteLengthFilter { public class BluetoothLengthDeviceNameFilter extends Utf8ByteLengthFilter {
private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248; private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248;