X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosBTDevice.java;h=222b3c97a1e6cb90b2ef50f899ff8d07fe9eba91;hb=7883744526156879ad63256ab12d959df56d5252;hp=5e353fddc42be0433dbba9ff8a292f924975bf88;hpb=95268d681c9a6652d84db383f55a4fe8a4ac5173;p=fw%2Faltos diff --git a/altosui/AltosBTDevice.java b/altosui/AltosBTDevice.java index 5e353fdd..222b3c97 100644 --- a/altosui/AltosBTDevice.java +++ b/altosui/AltosBTDevice.java @@ -16,9 +16,8 @@ */ package altosui; -import java.lang.*; -import java.util.*; import libaltosJNI.*; +import org.altusmetrum.altosuilib.*; public class AltosBTDevice extends altos_bt_device implements AltosDevice { @@ -79,11 +78,13 @@ public class AltosBTDevice extends altos_bt_device implements AltosDevice { return libaltos.altos_bt_open(this); } + /* private boolean isAltusMetrum() { if (getName().startsWith(Altos.bt_product_telebt)) return true; return false; } + */ public boolean matchProduct(int want_product) {