r00tat / wificompass

Automatically exported from code.google.com/p/wificompass
9 stars 10 forks source link

Develop method to get wifi scan results on demand #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the task:

Original issue reported on code.google.com by paul.woe...@gmail.com on 14 Feb 2012 at 7:39

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by paul.woe...@gmail.com on 14 Feb 2012 at 7:41

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r59.

Original comment by paul.woe...@gmail.com on 9 Mar 2012 at 3:39