Android - How to turn off Wifi-direct

来源:互联网 发布:佐拉算法提及奇异博士 编辑:程序博客网 时间:2024/05/21 06:12
http://stackoverflow.com/questions/33365062/android-how-to-turn-off-wifi-direct

I'm kind of new to Java, Android and even Stackoverflow, sorry if my question is not well written.

I followed many guides online that showed me how to connect two devices using Wifi-direct.I managed to do this and now I just need to close the connection.

I have a C++ "server" peer and an Android "client" peer and for the client side I am using the Wifi-Direct Demo (linked below)

  • I create a Wifi-Direct group C++ side
  • From Android I search for servers
  • The user chooses the server
  • Socket connection
  • Transmission

Now I don't need the connection anymore, so I want to close it and immediately reconnect both devices to the normal Wifi.

If I try to launch the disconnect() function of the demo, it enter OnSuccess(), but the Wifi-Direct icon simply won't go away;Strangely, I can't find any guide at all on how to do this.

There is also another problem with my app... If I am connected, and I close the app, the Wifi-direct icon is still on and I can't connect to Internet using Wifi... I think the socket may still be in the TIME_WAIT status, but I'm not sure on how to check this...

Thank you in advance!

EDIT: some answer that I found useful, but do not show how to turn off Wifi-Direct:

http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_NLCP_WiFi_Direct_Configuration_Scripts#p2p_group_add

https://android.googlesource.com/platform/development/+/master/samples/WiFiDirectDemo/

Wifi Direct Android

how to create the server & client connection between android mobile and PC




<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(41) | 评论(0) | 转发(0) |
0

上一篇:Wi-Fi Direct

下一篇:Android Tutorial Android Wifi-Direct Tutorial

相关热门文章
  • Android之开发环境搭建
  • Android自定义View的实现...
  • AndroidManifest.xml配置文件...
  • Android相对布局+圆角按钮+Sha...
  • 查看Android应用包名package和...
  • linux dhcp peizhi roc
  • 关于Unix文件的软链接
  • 求教这个命令什么意思,我是新...
  • sed -e "/grep/d" 是什么意思...
  • 谁能够帮我解决LINUX 2.6 10...
给主人留下些什么吧!~~
原创粉丝点击