views:

79

answers:

2

Hi, i want to send files via Bluetooth to a another device. I want to send files to a device programmatically. Has anyone a idea how i can send files via Bluetooth OPP?

A: 

take a look at the android source for the bluetooth.apk it might give you the info you need.

Ryan Conrad
A: 

Ryan, I think I have the same question with Arutha. I took a glance look at the code. It import some java.obex things and some internal packages. If I want to make the stand alone 3rd party application. What should I do? If no java.obex.* import, I think the code has no effect at all.

Fakebear