Compare commits

..

1 Commits

Author SHA1 Message Date
Greg e7f82ac9e7 Working Android version using Blessed library. 2019-12-04 17:25:10 -05:00
2 changed files with 5 additions and 1 deletions

BIN
Ble.jar

Binary file not shown.

View File

@ -74,7 +74,11 @@ public class BlessedConnect extends Fragment {
}
public void scan() {
central.scanForPeripherals();
if (enabled()) {
central.scanForPeripherals();
} else {
wantScan = true;
}
}
public void stopScan() {