How to send file using bluetooth on android programatically?

前端 未结 4 1951
一整个雨季
一整个雨季 2020-11-27 06:22

I need to send file to a computer instead of another android application. I have looked at the bluetooth api, but it only allow connection as client-server. In my case I don

4条回答
  •  眼角桃花
    2020-11-27 06:49

    You need to implement FTP over OBEX. Once you implement the standard protocol and profile, your Android FTP implementation will inter-operate with virtually any Bluetooth FTP server. You'll also need to implement OPP for maximum inter-operability. The OBEX protocol is not so difficult to implement and the specs is freely available.

提交回复
热议问题