Compare commits
1 Commits
4cdaceda76
...
e7f82ac9e7
Author | SHA1 | Date | |
---|---|---|---|
e7f82ac9e7 |
|
@ -74,7 +74,11 @@ public class BlessedConnect extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void scan() {
|
public void scan() {
|
||||||
|
if (enabled()) {
|
||||||
central.scanForPeripherals();
|
central.scanForPeripherals();
|
||||||
|
} else {
|
||||||
|
wantScan = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void stopScan() {
|
public void stopScan() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user