WiFi Direct for Android Version 2.3+

故事扮演 提交于 2019-12-05 20:40:19

The fact that a device supports WiFi Direct (eg: version 2.3) doesn't necessarily mean that you have access to the WiFi Direct API (available from 4.0)

On the version 2.3 examples, consider that the feature is there but the app developer can't directly interact with it. I think that on the blogs you are talking about, the guys have just enabled the WiFi Direct on 2.3 but don't do anything by code. If you want to do something by code with WiFi Direct, you need a device WD enabled and which runs on 4.0 at least so you have access to the API.

AllJoyn won't solve your problem. AllJoyn provides a layer on top of the transport APIs so the developer doesn't have to care if the data will be transferred via Bluetooth, WIFi legacy or WiFi Direct.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!