Sending a File using Bluetooth OBEX Object Push Profile (OPP)

前端 未结 4 1848
走了就别回头了
走了就别回头了 2020-11-29 01:32

Is there any way to send a file using the android bluetooth API using OBEX?

I need to send a file to a printer that supports OBEX OPP only.

I can send the fi

4条回答
  •  孤街浪徒
    2020-11-29 02:10

    i think there is support in Android for OPP.There is a path in android/packages/apps/Bluetooth/...../opp/*.java

    If your version doesnot have this, i found a useful link that will help to use OBEX OPP in android. Android framework modification is needed here.

    http://i-miss-erin.blogspot.in/2009/10/how-to-have-obex-function-in-android.html

提交回复
热议问题