| Constructor and Description |
|---|
BleDeviceIterator(List<BleDevice> all) |
BleDeviceIterator(List<BleDevice> all,
int mask) |
BleDeviceIterator(List<BleDevice> all,
Object... query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BleDevice |
next() |
void |
remove()
Calls
BleManager.undiscover(BleDevice), removing it from the BleManager singleton's internal list. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void remove()
BleManager.undiscover(BleDevice), removing it from the BleManager singleton's internal list.