I am experimenting with WifiManager.startScan() and WifiManager.SCAN_RESULTS_AVAILABLE_ACTION on a number of Android 2.1 devices ( see the code in http://marakana.com/forums/android/examples/40.html ). I see a huge disparity in the time startScan() is completed to the time when WifiManager.SCAN_RESULTS_AVAILABLE_ACTION is received on BroadcastReceiver.onReceive(). The time range I see is from 400 msec to 2.5 sec. On further investigation discovered that handsets using Atheros chips has the highest delay of upto 2.5 sec, handsets using Broadcom devices have have between 400 msec to 800 msec. Is there any knob to tune down this delay in Atheros devices ?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

