Closed GoogleCodeExporter closed 9 years ago
I'll handle this one.
Original comment by paul.woe...@gmail.com
on 14 Feb 2012 at 7:41
This issue was updated by revision r54.
WifiScanner could be used to start an asynchronus scan. It is not possible to
start a synchronus scan, because this is not supported by the Android Wifi API.
The results are submitted to an instance of the interface WifiResultCallback.
If the scan was successfull scanFinished is called. If an Exception occured,
scanFailed with the Exception is called.
Original comment by paul.woe...@gmail.com
on 22 Feb 2012 at 10:06
This issue was closed by revision r59.
Original comment by paul.woe...@gmail.com
on 9 Mar 2012 at 3:39
Original issue reported on code.google.com by
paul.woe...@gmail.com
on 14 Feb 2012 at 7:39