merge from gingerbread

Change-Id: Icee740e130b9ebd21446de79b63435f5d1d046e4
This commit is contained in:
Jean-Baptiste Queru
2010-12-09 09:11:15 -08:00

View File

@@ -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;