Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fa3b953 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix comment typo in BluetoothLengthDeviceNameFilter" am: 02888676 am: aa723a43

parents e2532f29 aa723a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
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 {
    private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248;