X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosBTDevice.java;h=03e7cbeca929c97e4030b76c0346df4bd99f6b3d;hb=59f355f5288b42b2e47743d06e41e55819a55f64;hp=a6eee0859213c275f4f94fe07ed76634ca7cf6ab;hpb=708e7937cba52982b91244cf89bfbff46d346135;p=fw%2Faltos diff --git a/altosui/AltosBTDevice.java b/altosui/AltosBTDevice.java index a6eee085..03e7cbec 100644 --- a/altosui/AltosBTDevice.java +++ b/altosui/AltosBTDevice.java @@ -15,9 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package AltosUI; -import java.lang.*; -import java.util.*; +package altosui; import libaltosJNI.*; public class AltosBTDevice extends altos_bt_device implements AltosDevice { @@ -79,11 +77,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) {