Hi, I'm working on a wifi direct service to detect nearby peers and provide connection information to other applications. I am basing my code off of the wifi direct demo, but wifi direct seems to be pretty unreliable.
When I try to connect 2 devices, I usually get a BUSY error code, which just says that the system is too busy to process the request. I have written my service to retry connections multiple times, but it seems that once I get a BUSY error code, the only way to get it to work again is to reboot both devices. I have also tried programmatically toggling wifi off and on after disconnecting, but that doesn't solve the problem. Does anyone have experience with wifi direct? I have a feeling its something small that I'm missing because there are third party apps like Wifi Shoot which use wifi direct and don't have any of these problems. I would also appreciate any open sourced applications that use wifi direct, as I only have the demo code to refer to. Thanks, Hurshal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en