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
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