Are there any TCP/IP stack implementations on top of Bluetooth for Java, more specificaly for Android?

↘锁芯ラ 提交于 2019-12-02 06:17:28

Most implementations of bluetooth implement sockets on top of RFCOMM or L2CAP, but these are not standard sockets.

I've never used it, but I believe that the Bluetooth network encapsulation protocol (BNEP) allows for the use of standard TCP/IP networking over Bluetooth. Android does not implement this and I don't think it is widely supported elsewhere.

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