Pebble 2/LE: Add setting to limit the MTU (for debugging broken BLE stacks)

This commit is contained in:
Andreas Shimokawa
2016-12-19 23:28:06 +01:00
parent 771ca948a4
commit bd5dc6bfbc
3 changed files with 16 additions and 1 deletions
+7
View File
@@ -341,6 +341,13 @@
android:key="pebble_force_le"
android:summary="@string/pref_summary_pebble_forcele"
android:title="@string/pref_title_pebble_forcele" />
<EditTextPreference
android:inputType="number"
android:key="pebble_mtu_limit"
android:maxLength="3"
android:defaultValue="512"
android:title="@string/pref_title_pebble_mtu_limit"
android:summary="@string/pref_summary_pebble_mtu_limit" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pebble_enable_applogs"