altosui: Make AltosBTDevice implement AltosDevice interface
[fw/altos] / altosui / Altos.java
index 5df004c5b0dfda75b127eaab5429eb3901beba7a..d221077e290d542596354313e98cfdaa099a34dd 100644 (file)
@@ -301,4 +301,12 @@ public class Altos {
 
        public final static int product_any = 0x10000;
        public final static int product_basestation = 0x10000 + 1;
+
+       static String bt_product_telebt() {
+               if (load_library())
+                       return libaltosConstants.BLUETOOTH_PRODUCT_TELEBT;
+               return "TeleBT";
+       }
+
+       public final static String bt_product_telebt = bt_product_telebt();
 }