I need to realize an Android app that permits to make file transfers and browsing the remote device file system via Bluetooth. I think i have to implement OBEX and OPP but i have not found so many resources on the net. Can anyone help me in finding useful material? Thanks in advance
Asked
Active
Viewed 2,358 times
2
-
see also [this SO post][1] with the same aim and sample code included. [1]: http://stackoverflow.com/questions/7662682/implementing-obex-push-server-on-android-2-3 – David O'Meara Dec 19 '12 at 04:31
-
Copy javax.obex.* to your project.. – KYHSGeekCode Apr 16 '18 at 16:15
1 Answers
1
You can find the specifications for OPP and OBEX at the Bluetooth.org Adopted Documents page, Note that the documents describing OBEX are labeled IrDA for "IrDA Interoperability" .

Hasturkun
- 35,395
- 6
- 71
- 104