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

Commit 1acfef82 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

merge from gingerbread

Change-Id: Icee740e130b9ebd21446de79b63435f5d1d046e4
parents b68b35dd c681e939
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ import android.widget.EditText;
 */
public class BluetoothNamePreference extends EditTextPreference implements TextWatcher {
    private static final String TAG = "BluetoothNamePreference";
    private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248;
    // max. length reduced from 248 to 246 bytes to work around Bluez bug
    private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 246;

    private LocalBluetoothManager mLocalManager;