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

前端 未结 1 1616
遥遥无期
遥遥无期 2021-01-25 04:45

What I need to do is pair with a Bluetooth enabled device which hosts some webservices and browse for DNS-SD services.

Then I have to pick one of those discovered servi

相关标签:
1条回答
  • 2021-01-25 05:30

    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.

    0 讨论(0)
提交回复
热议问题